The general idea is to create a visual tool/timeline that will link into the Hackathon Club's official website.
Features:
- Visual timeline with deadlines
- To-do lists for each team and associated functionality (add, delete, complete, deadlines)
- A countdown timer to the end of the hackathon
Advanced Features:
- Data persisting beyond sessions
- Ability to share a link to a timeline created
- Live editing the same timeline with other team members
open up a terminal
Note: if npm is not installed, install([sudo] npm install npm -g)
git clone https://github.com/BeaverHacks/timetracker.git
npm install
npm install -g create-react-app
npm start
open browser and see running at http:localhost:3000
If in AWS:
change change "start": "react-scripts start"
to "start": " PORT=8080 react-scripts start"