Skip to content

MathPSantos/Pomoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

A open source pomodoro timer made for everyone!

See live! 😁

GitHub language count GitHub top language GitHub repo size in bytes
GitHub code size in bytes Made by Matheus Pires Santos

Index


🚀 Project Summary

Pomoo is made for everyone, a simple and minimalist pomodoro timer created to help you in your daily and small tasks!


👨‍💻️ Technologies Used

This project was developed using the technologies bellow:

Website

Dependencies

Website

Code patterns

IDE


📦️ How to install the project

Node.js and Yarn or NPM are required

To clone the project, use the commands bellow:

  # Clone the repository
  ❯ git clone https://github.com/MathPSantos/Ecoleta.git

  # Enter directorycd Pomoo

Web

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

🎨 Prototype

Pomooo prototype was made at figma and you can see in this link!


🤔️ How can you contribute?

  1. fork this repository
  2. Create a branch with your feature:
    • $ git checkout -b my_feature
  3. Commit your branch:
    • $ git commit -m "feature: My new feature"
  4. Submit your branch:
    • $ git push origin my_feature

🔮 Future Improvements

Web

  • Finish Tasks feature
  • Add settings feature
  • Add Donate feature
  • Work on website SEO

License

MIT License

Made with ❤️ by Matheus Pires Santos! Get in touch or send a email to [email protected]!

About

A open source pomodoro timer made for everyone!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published