Software Saturdays is an event committee hosted jointly by the Purdue University College of Engineering and the IEEE Purdue Student Branch. It aims to teach engineers modern software development skills and programming frameworks that are useful no matter what industry our attendees are a part of. This fall semester, we are teaching Web App Development using ReactJS.
Each weekly lesson contains several demonstration programs. The files for the current week can be found in the 'master' branch. The files for past lessons can be found in the branch for that lesson number.
If you want to use the sample code starting from lesson 3 or later, please follow the following instructions:
- Download the files and open a command prompt/terminal
- Use
cd
until your current directory is the same as the downloaded files - Type
npm install
to install all the necessary files onto your computer - Type
npm start
to run the code, follow instructions in the terminal about how to view the web page in your browser
The code in this repository is the starter code for the final project. Please download and modify it to meet the requirements. If you have any questions, please ask us on Slack!
If you have any questions, please go to our website for more information: https://purdueieee.org/software/