/to-do-list

Primary LanguageJavaScript

To-Do List

Table of Contents

About Project

A simple TO-Do List built with Webpack. It allows user to add, remove, sort, edit, and remove completed tasks from the list.

image

Built With

  • HTML5
  • CSS
  • Javascript
  • Webpack

Getting Started

  • 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 from src directory and serve into memory

  • Go to http://localhost:8080/ to interact with the app

  • ALTERNATIVELY

    • Just run npm run build or npx webpack which will build the project and generate output files into the dist directory.

    • Go to dist directory and manually open index.html to interact with the app

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/newFeature)
  3. Commit your Changes (git commit -m 'Add some newFeature')
  4. Push to the Branch (git push -u origin feature/newFeature)
  5. Open a Pull Request

Authors

👤 Bishoy Samwel

Acknowledgements

Credits go to the following for providing guides on JavaScript

Show your support

Give a ⭐️ if you like this project!