This is an app that allows you to create a list of pending tasks to finish, you can add tasks, mark them as completed, and delete them.
- HTML
- CSS
- Javascript
- Webpack-cli
To get a local copy up and running follow these simple example steps.
- Node.js
- Use your github account and your terminal to clone this repository to your computer:
https://github.com/pountzas/To-do-or-not-to-do.git
-
Go to the cloned directory:
cd To-do-or-not-to-do.git
-
Run the following command to install dependencies:
npm install
-
Run the command to run the build:
npm run build
-
Run the following command to compile the files for production:
npx webpack serve
Run dist/index.html in your preferred browser.
👤 Nikos Pountzas
- GitHub: pountzas
- Twitter: @pountzas20
- LinkedIn: Nikos Pountzas
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.