Application to assist college students in tracking time spent on major tasks during the day. The data can then be shared with an advisor to allow for brainstorming on possible ways to improve time management.
- MongoDB
- Express.js
- React
- Node.js
- Clone this repo.
- Set up a MongoDB database using Mlab.
- Run
npm run start:dev
to begin the frontend and backend servers.
- Follow set-up instructions for development.
- Run
cd client && npm run build
to create the production build. - Run
npm run start
to begin the node server that will serve the React app and Express backend.
The site can be accessed at https://opptimetracker.com.