Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 899 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 899 Bytes

MadFlow

🌊 Helping students with course selection and planning

Problem

Currently, students at the University of Wisconsin-Madison can navigate through their major requirement paths using a few different methods such as DARS, the major requirements web page, or the provided sample course flow. However, none of these tools are interactive or intuitive to use. For this project, we are building a web application that provides a solution to this problem.

Structure

We are using the Model View Controller architecture for this app.

client/

This is where all of the front-end magic happens. All of the React code is in here.

models/

Here we define what our data will look like.

routes/

Custom API routes for our Express server.

controllers/

The brains of the server.

How to contribute

Head over to our guidelines and instructions.