Authors: Kenneth Alvarez, Danial Beg, Albert Dang, Matthew Lee, and Rahul Sohi
Caution is a web application built for CS180: Intro to Software Development at the University of California, Riverside. The goal of the application is to help users understand information regarding accidents in the United States in order to help them avoid potentially dangerous times to be out driving.
Install Node.JS in order to run the web application.
The following steps will allow you to run the web application on your device.
git clone git@github.com:ucr-cs180-spring21/Caution.git
cd Caution/src/
node server.js
Visit localhost:3000
in your browser to view the site!
- Node.JS
- Express
- socket.io
If you would like to understand our software development process, this repo stores sprint directories with artifacts and demos to illustrate our progress on the project over an 8 week period.
You can learn more about the build of the web application and how our project ended up through our final presentation.