Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 App

**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 With

### Tech Stack

Client

### Key Features

- **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**

### Resources

(back to top)

## Live Link
plannywise.onrender.com

(back to top)

## 💻 Getting Started

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/
)

(back to top)

## 👥 Authors

👤 **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/)

(back to top)

## 🔭 Future Features

- **User will be able to log in and have a detailed view of worked hours stats**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/danifromecuador/plannywise/issues).

(back to top)

## ⭐️ Show your support

If you like this project give me an star on [my GitHub repo](https://github.com/danifromecuador/plannywise)

(back to top)

## 🙏 Acknowledgments

I would like to thank to [Pomofocus](https://pomofocus.io/) where I get inspiration for the Pomodoro counter

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)