I base this project on the practice for DOM manipulation with JavaScript, Webpack and working with OOP. This project is an app to create To-dos and manage your tasks with colors and priorities. You can include your to-dos on different projects, edit its details and delete the to-do if you completed it.
- Webpack
- VS Code
- JavaScript
- SASS.
- Jest.
node: v12.19.0
To get a local copy up and running follow these simple example steps.
- Open a terminal or command prompt interface on your PC.
- Clone the repo with:
git clone https://github.com/kenderb/TODO-LIST-JS.git
- On the terminal navigate to the project directory using
cd TODO-LIST-JS/
- On the terminal navigate to the project directory using
cd TODO-LIST-JS/
. - Install dependencies using:
npm install
. - Run a server using:
npx webpack serve
. - Open
http://localhost:3000/
in your browser or open the index.html on your browser.
- On the terminal navigate to the project directory using
cd TODO-LIST-JS/
. - Run the test with:
npm test
.
👤 Kender Bolivar
- GitHub: @kenderb
- Twitter: @KBTarts
- LinkedIn: KenderBolivar
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Stack Overflow
- Odin Project.