to-do-APP
to-do-APP copied to clipboard
A to-do application built with es6 and webpack. Users are able to create a project and add tasks to the project. Deleting a project will also delete all tasks added to that project.
to-do-APP
This project is part of the Microverse curriculum in JavaScript module!
Table of Contents
- About the Project
- Contributors
- Acknowledgements
- License
About The Project
This is a small To-Do-List application where the user can create projects and add a list of tasks to be performed. All task can be saved in the default project if no project is specified. Each task has its own:
- Title
- Description
- Due date
- Priority
Built With
This project was built using these technologies.
- Javascript
- HTML/CSS
- ESlint
- VSCode editor
- Git-Flow
Prerequisite
- Basic knowledge of JavaScript, HTML and CSS.
- Code-Editor
- Node
- git
Usage
- Clone the project to your local machine.
cdinto the project directory.- run
npm installto install project dependencies. - run
npm run devto compile project assests with webpack. - You can also use webpack in watch mode by running
npm run watch - open index.html in your browser
Contributing
Contributions, issues and feature requests are welcome! Start by:
- Forking the project
- Cloning the project to your local machine
cdinto the project directory- Run
git checkout -b your-branch-name - Make your contributions
- Push your branch up to your forked repository
- Open a Pull Request with a detailed description to the development branch of the original project for a review
Contributors
Author1
Ebeagu Samuel
- Github: ebeagusamuel
- Twitter: @ebeagu_samuel
- Linkedin: Ebeagu Samuel
- E-mail: [email protected]
Author2
Adetayo Sunkanmi
- Github: @jstloyal
- Twitter: @jstloyalty
- Linkedin: Adetayo Sunkanmi
- E-mail: [email protected]
Acknowledgements
License
📝 This project is MIT licensed.