Preview | Technologies Used | How to run the project | How to contribute | License
Application that manages time like pomodoro, where you can:
- Set a name for the stopwatch
- Set a maximum time of 1h
- View previous timing history
Access this layout in Figma.
- React.js
- TypeScript
- HTML5
- CSS3
- Styled components
- React hook form
- Zod
- Date-fns
- Context API
- Immer
- LocalStorage
- Clone this repository
git clone https://github.com/RuthMaria/ignite-timer.git
- Install dependencies
yarn
or
npm i
- Run the project
yarn start
or
npm run dev
- Fork this repository,
- Create a branch with your feature:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
This project is under the MIT license. See the file LICENSE for more details.