FocusSphere is timer application on the web that helps you to gain more focus by implementing pomodoro technique. You can use this web app by visiting this link: https://focus-timer-658ff.web.app/
To run this web app locally you can clone this repo then follow these steps:
- open the project directory
- run this command to install all dependecies that we used
npm install - then you can start run locally by running
npm run dev
You also need node.js >=18 to run this web app
