The project is deployed and can be accessed here!
This project a simple 5 minute timer application.
- Click 'Start' to start the timer.
- Click 'Pause' to pause the timer.
- Click 'Reset' to reset the timer.
- React - A JavaScript library for building user interfaces.
- Styled Components - A library for React and React Native that allows you to use component-level styles in your application.
- Vercel - Cloud platform where the project is deployed.
- Clone the repository.
git clone https://github.com/danielcspaiva/Basic-Timer.git
- Install packages.
yarn install || npm install
- Run the app.
yarn start || npm start
- Open http://localhost:3000 to view it in the browser.