Web app that lets Brown University students track, visualize, and compare how much time they spend on specific classes.
- Firebase
- Next.js
- React
- Tailwind CSS
- Selenium and Java
Note: make sure you have Node.js installed.
First, clone the repository:
git clone https://github.com/Mitchman215/TimeTracker.git
Then, install the frontend dependencies:
cd TimeTracker/frontend
npm install --legacy-peer-deps
Finally, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Time Tracker started as a term project for a software engineering class at Brown University contributed to by Stewart Morris, Nicky Yarnall, Sid Boppana, Tim DeSimone, Melvin He, and Mitchell Salomon.
Presently, development has been continued primarily by Mitchell Salomon. Any feedback or pull requests are welcomed.