Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danifromecuador/plannywise
Achieve your goals using productivity techniques.
https://github.com/danifromecuador/plannywise
Last synced: 10 days ago
JSON representation
Achieve your goals using productivity techniques.
- Host: GitHub
- URL: https://github.com/danifromecuador/plannywise
- Owner: danifromecuador
- License: mit
- Created: 2024-07-30T07:40:26.000Z (6 months ago)
- Default Branch: develop
- Last Pushed: 2025-01-06T02:31:57.000Z (14 days ago)
- Last Synced: 2025-01-07T18:33:00.991Z (13 days ago)
- Language: JavaScript
- Size: 455 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [Resources](#resources)
- [💻 Live Link](#live-link)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**PlannyWise** is a webpage to help you to achieve your goals and overcome procrastination, using SMART goals and a Pomodoro downcount. This webpage has 3 sections:
### Todo:
Where you can put your daily, weekly and monthly goals, remember to use SMART goals and Kaizen approach.
### Doing:
This is the countdown with an alarm that will sound after 15 minutes, also this section contains a motivational phrase that can be updated when you click on it.
### Done:
After 15 minutes of intense focus on your current activity and when the alarm sounds, you can save the activity that you were working on, this section also contains a worked hours counter, for the current day, for the last 7 days and last 30 days.
## 🛠 Built WithClient
- **You can see their long, mid, and short goals and focus just in the present day**
- **Using the Pomodoro method you can be productive without burning**
- **You can see the real time that you spend working daily**
## Live Link
plannywise.onrender.com
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
Install Git and Node. If you have Linux or Mac, you can follow this [tutorial](https://www.theodinproject.com/guides/installations)
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:danifromecuador/plannywise.git
cd plannywise
```
### Usage
To run the project, execute the following commands, press enter after each line:
Maybe you'll need to change the DB name and password to your own. (config/database.yml)
```sh
npm install
npm run dev
```
After that, open a webpage in your favorite web browser at [http://localhost:5173](http://localhost:5173/
)
👤 **Dani Morillo**
- GitHub: [danifromecuador](https://github.com/danifromecuador)
- LinkedIn: [danifromec](https://www.linkedin.com/in/danifromec/)
👤 **Diego Vidal Lopez**
- GitHub: [Diegogagan2587](https://github.com/Diegogagan2587)
- LinkedIn: [diego-vidal-lopez](https://www.linkedin.com/in/diego-vidal-lopez/)
- **User will be able to log in and have a detailed view of worked hours stats**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/danifromecuador/plannywise/issues).
If you like this project give me an star on [my GitHub repo](https://github.com/danifromecuador/plannywise)
I would like to thank to [Pomofocus](https://pomofocus.io/) where I get inspiration for the Pomodoro counter
This project is [MIT](./LICENSE) licensed.