Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. Contact
  6. License

To-Do-List

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.

(back to top)

Preview 📸

To-Do-List Preview Screenshot

Built With

  • HTML, CSS, Javascript
  • No frameworks used
  • Github
  • Webpack

(back to top)

Live Demo

  • Click here to get started with a live demo

Getting Started

Instructions on how to access my project locally:

Prerequisites

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.

Installation

  1. First, Initialize NPM Package Manageer
npm init -y
  1. 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
  1. Install Webpack-dev-server and start running build
npm install --save-dev webpack-dev-server
npm start

(back to top)

Usage

This will be updated when the project is finished.

(back to top)

Contributing

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!

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

(back to top)

Contact

👤 Debby Miressa

Acknowledgments

License

This project is MIT 📝 licensed.

About

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.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors