Description
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.
Technologies
- MongoDB
- Express.js
- React
- Node.js
Development Instructions
- Clone this repo.
- Set up a MongoDB database using Mlab.
- Run
npm run start:dev
to begin the frontend and backend servers.
Deployment Instructions
- 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.
Live Site
The site can be accessed at https://opptimetracker.com.