Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barackm/tasks-list
Task manager is a website that helps you manage your tasks and projects, You can add Tasks to existing projects, create new projects, delete projects, modify or delete your tasks for a particular project.
https://github.com/barackm/tasks-list
Last synced: 15 days ago
JSON representation
Task manager is a website that helps you manage your tasks and projects, You can add Tasks to existing projects, create new projects, delete projects, modify or delete your tasks for a particular project.
- Host: GitHub
- URL: https://github.com/barackm/tasks-list
- Owner: barackm
- Created: 2021-07-07T07:50:09.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2022-08-26T20:58:38.000Z (about 2 years ago)
- Last Synced: 2023-03-07T16:04:46.158Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://m-tasks-manager.netlify.app/
- Size: 1.97 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Tasks Manager
> Task manager is a website that helps you manage your tasks and projects, You can add Tasks to existing projects, create new projects, delete projects, modify or delete your tasks for a particular project.
![screenshot](./screenshot.png)
This website was designed with the tools below:
## Built With
- Javascript
- CSS## Getting Started
**To get the local copy of the project up and running you will need to run the following commands on your terminal:**
`git clone https://github.com/barackm/tasks-list`
To install all the available dependecies run:
`npm install`To bundle and transpile the javascript code using webpack run:
`npm run build` for production, or:
`npm run dev` for development.Now you can open up the index.html file (located in the dist directory in chrome) to see the result.
## Run the tests
To run the tests that are located in the spec folder just run `npm test`
## Authors
👤 **Barack Mukelenga**
- GitHub: [@barackm](https://github.com/barackm)
- Twitter: [@BarackMukelenga](https://twitter.com/BarackMukelenga)
- LinkedIn: [Baraka Mukelenga](https://www.linkedin.com/in/baraka-mukelenga/)👤 **Igor Koloski**
- GitHub: [@igorkol91](https://github.com/igorkol91)
- Twitter: [@Destro49536502](https://twitter.com/Destro49536502)
- LinkedIn: [Koloski Igor](https://www.linkedin.com/in/igor-koloski-a754aa208/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/barackm/tasks-list/issues).
## Show your support
Give a ⭐️ if you like this project!❤️❤️❤️
## Acknowledgments
- Microverse)