Prioritize your tasks with ease!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
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?
To get a local copy up and running follow these steps.
You will need :
- npm
- Clone the repo
git clone https://github.com/psuedoo/prioritea.git
- Install NPM packages
npm install
First, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
- 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).
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the GPL-3.0 License. See LICENSE.txt for more information.
