Skip to content

BeaverHacks/timetracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hummus Time Tracker

Project Description

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

DEPENDENCIES

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"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published