Discover a meticulously crafted timer countdown designed to enhance focus during study sessions, offering Session and Break types inspired by the Pomodoro technique.
This React-based application not only leverages hooks for efficient state management but also employs the Context API to seamlessly share data between components. The toggle theme functionality ensures a personalized experience, with changes persistently stored in the browser through local storage.
Check out a short video demonstrating the app in action:
timer.mp4
To view the website, simply visit the live URL here.
If you'd like to run the website locally on your machine, you can do so by following these steps:
- Clone the repository to your local machine using
git clone [email protected]:LevyMonteiro/timer.git. - Change to directory using
cd timer. - Install the dependecies using
npm install - Run using
npm run dev.
This website was built using the following technologies:
- HTML
- CSS
- Javascript
- Vite
- React
- Sass
- ESLint
- Prettier
- Lucide
This page has as reference the project of freeCodeCamp.
- Levy Monteiro - GitHub