Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.38 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.38 KB

Purdue IEEE Software Saturdays

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.

Using this repository

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.

Lesson 3 and beyond

If you want to use the sample code starting from lesson 3 or later, please follow the following instructions:

  1. Download the files and open a command prompt/terminal
  2. Use cd until your current directory is the same as the downloaded files
  3. Type npm install to install all the necessary files onto your computer
  4. Type npm start to run the code, follow instructions in the terminal about how to view the web page in your browser

Final Project

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!

Contact

If you have any questions, please go to our website for more information: https://purdueieee.org/software/