This project it's a simple pomodoro timer that uses commands to operate it
- You need to have nodejs installed in your machine.
- To execute project locally you need fork it
git clone https://github.com/orodrigojose/pomotext.git
- Then go to the project folder and execute
npm i
to install the necessary dependencies
- How to run the program
- Step-by-Step
# Run development
$ npm run dev
# Build project
$ npm run build
# Preview builded project
$ npm run preview
To contribute to the project, follow the next steps:
- Fork this repository.
- Create an branch:
git checkout -b <branch_name>
. - Make your changes and commit them using conventional commits, i recommend using padroes-de-commits as a reference for your commits
- Send for the original branch:
git push origin <nome_do_projeto> / <local>
- Create the pull request(PR).
Alternatively, check the GitHub documentation on how to create pull request.
- Create command to change the minutes and seconds
- Added dynamic title
- Create theme options
- Create PS1 customization
- Add more commands
This project is licensed under the MIT License - see the LICENSE file for details
Inspiration
- Lofi_Code
- Creating an Interactive Terminal in React | Tutorial
- How to Build Pomodoro Timer in React | React Tutorial
- Como utilizar o Notification do Browser com Javascript | Insta Post Reminder #01
Made with 💜 by Rodrigo José(orodrigojose)