This is a project about to-do's . Projects can be added and tasks(to-do's) added under each project. The priorities chosen will display a different background color for any todo(task) The to-do's and projects will be stored on local storage.
- HTML & CSS
- BOOTSTRAP FRAMEWORK
- Javasript
To get a local copy up and running follow these simple example steps.
- Clone the project locally.
- Run
npm install
followed byyarn install
to download all dependencies for the To-do list project. - Type the command
cd TodoList
- -Run
npx webpack --watch
to compile all the Js code. - Use any browser of your choice to open the index.html file (double click on it and options appear then you chose)
To run tests follow the steps below
- Run
npm install --save-dev jest
on your terminal. - Then run
npm run test
to run the tests for the to-do lists project
Che Blanchard
- GitHub: @che30
- LinkedIn: Che Blanchard
- Twitter: @che55085128
- The next web
- W3 schools
- Font awesome
- Stack overflow
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!