A open source pomodoro timer made for everyone!
- 🚀 Project Summary
- 👨💻️ Technologies Used
- 📦️ How to install the project
- 🤔️ How can you contribute?
- 🎨 Prototype
- 🔮 Future Improvements
Pomoo is made for everyone, a simple and minimalist pomodoro timer created to help you in your daily and small tasks!
This project was developed using the technologies bellow:
Website
To clone the project, use the commands bellow:
# Clone the repository
❯ git clone https://github.com/MathPSantos/Ecoleta.git
# Enter directory
❯ cd Pomoo
To install dependencies and initialize the project, you can use Yarn or NPM:
Using yarn
# Enter web directory
> cd web
# Install the dependencies
❯ yarn
# Start the project
❯ yarn start
Using npm
If you use NPM, delete yarn.lock
file to see all installed dependencies in the best way.
# Enter web directory
> cd web
# Install the dependencies
❯ npm install
# Start the project
❯ npm start
Pomooo prototype was made at figma and you can see in this link!
fork
this repository- Create a branch with your feature:
$ git checkout -b my_feature
- Commit your branch:
$ git commit -m "feature: My new feature"
- Submit your branch:
$ git push origin my_feature
- Finish Tasks feature
- Add settings feature
- Add Donate feature
- Work on website SEO