Skip to content

Latest commit

 

History

History
77 lines (54 loc) · 2.24 KB

README.md

File metadata and controls

77 lines (54 loc) · 2.24 KB

Bobcat Courses Front End

Course Planner for UC Merced Students.

Screenshot 2024-08-22 at 2 27 33 PM

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You will need the following installed on your system:

Installing

A step by step series of examples that tell you have to get a development env running

  1. clone the github repo
cd some-working-directory
git clone https://github.com/miguelHx/bobcat-courses.git bobcat-courses
  1. cd into the directory
cd bobcat-courses
  1. Install dependencies
yarn install
  1. run the dev server, using this command:
yarn start
  1. open up the site using chrome on localhost:3000

If you want to run a production build, run the following command:

yarn build

Code Style

Using ES6 syntax

Built With

Contributing

Please open up an issue first before sending in a pull request.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Props to Christian for building a robust backend in django and props to Maxime for the scheduling algorithm as well as the iOS application. Without them, none of this would have been possible. You can find their projects here: Christian: https://github.com/dragonbone81/bobcat-courses-backend Maxime: https://github.com/moisonmaxime/CoursePlanner-iOS