A simple and customizable countdown timer app built with React and styled using SCSS. The app allows users to set a countdown time, start, stop, reset, and edit the countdown duration.
- Set countdown time in minutes and seconds.
- Start, stop, and reset the countdown.
- Edit the countdown time during runtime.
- Attractive styling using SCSS and Material-UI icons.
Visit the Countdown Timer App live demo.
- Clone the repository:
git clone https://github.com/Rajkumar-Khatua/countdown-timer.git
cd countdown-timer
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open http://localhost:3000 to view it in the browser.
- Click on the Edit button to set the countdown time.
- Enter the countdown time in minutes and seconds.
- Click on the Set button to set the countdown time.
- Click on the Start button to start the countdown.
- Click on the Stop button to stop the countdown.
- Click on the Reset button to reset the countdown.
- Click on the Edit button to edit the countdown time.
- Enter the countdown time in minutes and seconds.
- Click on the Set button to set the countdown time.
- React
- SCSS
- Material-UI icons