This repository contains the REPL code examples for the Software Engineering (SE) program.
Occasionally, you might encounter situations where the REPLs in the lessons are unavailable. This could be due to an outage, maintenance on Replit's end, or limitations like the 600-minute time cap for usage. If you reach the time limit or can't access the REPLs, there are alternatives: you can download the files to work on the exercises locally on your computer, or you can opt for an alternative online editor, such as Codepen.
Note: The "Welcome to Web Development" module exercises are inside the "Intro to HTML and CSS" folder.
- Click here to download the zip file containing the REPL challenges in this repository.
- Unzip
repl.zip
. - Locate the specific file you wish to work on within the extracted folder.
- Open this file with a text editor of your choice (such as Notepad, Notepad++, Visual Studio Code, TextEdit, etc.).
Note: Although you will learn to use Visual Studio Code later in the course, for now, any text editor is suitable.
- Modify the code as necessary to complete the exercise.
For those interested in using Codepen, please follow the steps below:
- Navigate to https://codepen.io/pen.
- Copy and paste the code you wish to work on into the editor. The exercises are located in their corresponding module and lesson folder in this Github repository.
- If you're working with JavaScript files, simply open the "Console" tab to view outputs and debug.
Note: If you are working on an exercise with multiple HTML files you may prefer to run the exercise locally.