Table of Contents
A tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. This project incorporates a simple HTML list of To Do tasks. The list will be styled according to the specifications listed. This simple web page will be built using webpack and served by a webpack dev server.
- HTML, CSS, Javascript
- No frameworks used
- Github
- Webpack
- Click here to get started with a live demo
Instructions on how to access my project locally:
- Enter this url: https://github.com/DebbyMiressa/To-Do-List in your web browser.
- Clone it to your local machine.
- Once the download is complete you will be able to access my project locally .
If you need to run my project locally follow the steps below :
- Have git installed. (For version control)
- Have text editor installed. (Preferablly VSCode)
- Have node installed.
- Have npm package manager Installed.
- Have webpack installed. (module bundler)
- Have CSS,HTML & JS Linters installed and configured. For further information, visit this link to get better understanding on each linters used on this project.
- Properly use ES6 Syntax and ES6 Modules throughout the project.
- First, Initialize NPM Package Manageer
npm init -y- Install Webpack, Required plugin(s) and Style/CSS Loader
npm install webpack webpack-cli --save-dev
npm install --save-dev html-webpack-plugin
npm install --save-dev style-loader css-loader- Install Webpack-dev-server and start running build
npm install --save-dev webpack-dev-server
npm startThis will be updated when the project is finished.
Contributions 🤝 are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a ⭐️! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
👤 Debby Miressa
This project is MIT 📝 licensed.
