Skip to content

🎯 This project is a simple HTML list of tasks. This simple web page is is being built using webpack and served by a webpack dev server. The user can add and remove tasks from the list, and also can mark those which are completed by clicking the relevant checkbox. All tasks are stored to the local storage and which is updated automatically.

License

Notifications You must be signed in to change notification settings

Yidnekachew-cmd/Todo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


Todo List

πŸ“— Table of Contents

πŸ“– Todo List App

This To Do List app is a project made to practice how to work with ES6 and Webpack. It demonstrates how to build simple app using those languages.

πŸ›  Built With

-> Basic HTML, CSS and JavaScript

Tech Stack

Client

Key Features

  • This project uses pure CSS, no framework.
  • Uses dynamic data insertion using javascript for the "To do list" section.
  • Implemented using webpack.

(back to top)

πŸš€ Live Demo

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

-> Install git and nodejs on your local machine. -> Have a working code editor

Setup

Clone this repository to your desired folder:

-> Example command git clone git@github.com:Yidnekachew-cmd/Todo-List.git

Install

To run the webpack -> npm install webpack -> npm run build -> npm start

Usage

To run the project, do the following:

-> Install a liver server extension to your code editor and open it using the extension.

(back to top)

πŸ‘₯ Authors

πŸ‘€ Yidnekachew Kassahun

(back to top)

πŸ”­ Future Features

  • Add a style to the page.
  • Create other pages like about and contact.

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please give it a star.

(back to top)

πŸ™ Acknowledgments

Passing my sincere gratitude to Nehmiah Amanuel.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

🎯 This project is a simple HTML list of tasks. This simple web page is is being built using webpack and served by a webpack dev server. The user can add and remove tasks from the list, and also can mark those which are completed by clicking the relevant checkbox. All tasks are stored to the local storage and which is updated automatically.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published