Skip to content

coderschool/cs-react-timer-starter-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

author title id
tuan hoang
React Timer
cs-virgil-2.2-react-eco

React Timer

:timerclock: _Building a timer using create-react-app.

The purpose of this project is to practice our React hooks skills such as useState useRef and Custom Hook

Everyone know what a timer is eventhough not all timers look the same. Today, we are making a timer that look like this , (or better!) clock

Check out this demo to see it in action !

User Story

  • User click start button to start the timer
  • User can not click start button while timer is running
  • User click stop button to see timer stop
  • User can click start to re-start the timer after stop
  • User can click reset button at anytime to reset the timer
  • 🚀 User see a different timer than the one from this example. Meaning you should change the UI display
  • 🚀🚀🚀 User can "split" the timer, creating multiple records of time per "split-button clicked"

Requirement

Fork this repo and read through the files. Often time , developers are required to work with an existing codebase and improve upon. This is one of that time.

You should only code in the designinated area. Using the VSC search function for "Your code here", you will see a list of all the placces that required your attention.

Grading

Requirement Grade
Missing any of the user story that are not rocket - 5
Made rocket + 10

About

starter code for react timer assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published