Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.26 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.26 KB

Time Tracker App

Web app that lets Brown University students track, visualize, and compare how much time they spend on specific classes.

Tech Stack

  • Firebase
  • Next.js
  • React
  • Tailwind CSS
  • Selenium and Java

Getting Started (frontend)

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.

Contributors

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.