Skip to content

samiullah997/TO-DO-Review

Repository files navigation

To-Do-List

  • In this project, I am building a simple HTML list of To Do tasks. The list will be styled according to the specifications. This simple web page will be built using webpack and served by a webpack dev server.

Built With

  • HTML
  • CSS
  • JavaScript

Getting Started

To get a local copy up and running follow these simple example steps: Create a package.json file (contains module/dependency, documentation, project information) with the command: mkdir webpack-demo cd webpack-demo npm init -y npm install webpack webpack-cli --save-dev Install webpack with node/npm with the command: npm install -g webpack Install babel-loader (helps to convert ES6 to ES5) node/npm with command: npm npm install --save lodash Create a webpack.config.js Run command: npx webpack In the .html file with script src use a path of newly created bundle.js file Run Command: npm run build

prerequisites

-must have git installed. -must have vscode installed or any other IDE. -must installed linters in the project

setup

Authors

👤 Author Samiullah

LIVE DEMO

https://samiullah997.github.io/To-Do-List/

🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

This Project is Created for Review

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published