A simple TO-Do List built with Webpack. It allows user to add, remove, sort, edit, and remove completed tasks from the list.
- HTML5
- CSS
- Javascript
- Webpack
-
Clone this repo https://github.com/Bishoy-Samwel/to-do-list
git clone https://github.com/Bishoy-Samwel/to-do-list.git
-
Navigate to Library folder/directory
cd to-do-list
-
On the comandline, at the project's root, run
npm i
to install app dependencies -
Next, run
npm start
which will build the project fromsrc
directory and serve into memory -
Go to
http://localhost:8080/
to interact with the app -
ALTERNATIVELY
-
Just run
npm run build
ornpx webpack
which will build the project and generate output files into thedist
directory. -
Go to
dist
directory and manually openindex.html
to interact with the app
-
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/newFeature
) - Commit your Changes (
git commit -m 'Add some newFeature'
) - Push to the Branch (
git push -u origin feature/newFeature
) - Open a Pull Request
👤 Bishoy Samwel
- GitHub: @Bishoy Samwel Faheem
- LinkedIn: Bishoy Samwel
- Twitter: @bisho
Credits go to the following for providing guides on JavaScript
Give a ⭐️ if you like this project!