Study Radar is a full-stack website project bootstrapped with Create React App.
Clone this repo with https://github.com/study-radar/study-radar-frontend.git
.
Change into study-radar-frontend directory with cd study-radar-frontend
.
Run npm install
to install the project's dependencies.
Run npm start
to start the server.
Visit http://localhost:3000 to view the site.
Follow the instructions at study-radar-backend repository.
Remember to connect to the backend by following instructions at study-radar-backend repository.
Login or signup to enter homepage.
Create a new study group event using the CREATE EVENT
tag on the navbar.
Your events will show up on your homepage.
Find a study group to join or leave a study group by clicking the EXPLORE
tag on the navbar.
Your events will be recorded on the agenda on the right side of the page.
This project is the Final Project for UCLA's CS35L Software Construction course. Please feel free to fork and adjust to your needs/wants.