Skip to content

Psuedoo/prioritea

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Prioritea

Prioritize your tasks with ease!
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About Prioritea
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About Prioritea

Dashboard Screenshot

This project is a task prioritization tool. It allows you to input tasks and assign them an impact and level of effort. The tasks are displayed in a list, sorted by priority. You can also edit and delete tasks.

I needed to prioritze some tasks for work. Why make a spreadsheet in 20 minutes when I can spend 20 hours making a web app that does the same thing?

(back to top)

Built With

  • Next
  • React

(back to top)

Getting Started

To get a local copy up and running follow these steps.

Prerequisites

You will need :

  • npm

Installation

  1. Clone the repo
    git clone https://github.com/psuedoo/prioritea.git
  2. Install NPM packages
    npm install

(back to top)

Usage

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

(back to top)

Roadmap

  • CRUD functionality
    • Create
    • Read
    • Update
    • Delete
  • CSV Export
  • CSV Import
  • Multiple select on table
  • API
  • Mobile support

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GPL-3.0 License. See LICENSE.txt for more information.

(back to top)

About

Priority decision matrix app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors