/Caution

A web application to visualize and modify large aggregated data of accidents in the US. Built using Node.JS and Express for CS180: Intro to Software Engineering.

Primary LanguageHTML

Caution

Build

Authors: Kenneth Alvarez, Danial Beg, Albert Dang, Matthew Lee, and Rahul Sohi

About

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.

Instructions

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!

Technologies

  • Node.JS
  • Express
  • socket.io

Documentation

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.