Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 683 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 683 Bytes

Ignite Timer

Project developed in React on Rocketseat's Ignite trail, consisting of a timer, built with the manipulation of states, contexts, among other React concepts.

✨ Features

✅ Time history page
✅ Persistent storage of history data
✅ Routing
✅ Form validation
✅ Use of reducers\

Get started

npm

# install dependencies
npm install

# run the project
npm run dev

yarn

# install dependencies
yarn 

# run the project
yarn run dev