Task Management app to manage projects and tasks.
Download the source code from GitHub:
git clone https://github.com/IvanDerlich/to-do.git
Move to the directory of the downloaded folder:
cd to-do
Install the project's dependencies:
npm install
Build the project:
npm run build
If the previous command doesn't open the index.html file in your default browser, then open it manually. It's located in the 'dist' folder.
This project was built using these technologies:
- JavaScript.
- Webpack.
- NPM.
- CSS/HTML.
Here.
- Javascript
- Webpack
- Microverse: This project is part of the Microverse JavaScript curriculum! They checked our code in this pull request.
- The Odin Project: They've provided Microverse with this guide. Project title: Todo list.




