An open API service indexing awesome lists of open source software.

https://github.com/zewdu444/todo_list

This project is a part of Microverse in JavaScript and networking module, and it was utilized to create daily tasks, label them complete, and remove them from our task lists, it used webpack as a module bundler, and it is a minimalist web application.
https://github.com/zewdu444/todo_list

css3 html5 javascript-es6 webpack

Last synced: 3 months ago
JSON representation

This project is a part of Microverse in JavaScript and networking module, and it was utilized to create daily tasks, label them complete, and remove them from our task lists, it used webpack as a module bundler, and it is a minimalist web application.

Awesome Lists containing this project

README

        

Todo list application

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [:camera: project screenshot](#screen-shoot)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 TodoList application

> This project is a part of Microverse in JavaScript and networking module, and it was utilized to create daily tasks, label them complete, and remove them from our task lists, it used webpack as a module bundler, and it is a minimalist web application.

## 🛠 Built With

> HTML 5 , css3, javascript ES6, NPM and webpack.

### Tech Stack

> HTML 5 , css3, javascript ES6, NPM and webpack

### Key Features

  • Display daily tasks

  • Create daily tasks

  • Edit daily tasks

  • Remove tasks

  • Store in local storage

  • Strike through complete tasks

  • Clear completed tasks
  • (back to top)

    ## 🚀 Live Demo

    > https://zewdu444.github.io/Todo_list/

    (back to top)

    ## 💻 Getting Started

    to run on your localhost clone the project to local folder

    > cd Todo_list
    > npm i
    > npm run server
    > open your brower locate to localhost:3000

    ### Setup

    >

    git clone https://github.com/zewdu444/Todo_list.git


    > cd Todo_list

    (back to top)

    ### Prerequisites

    In order to run this project you only need:

    - latest web-browser
    - node.js and npm

    ### Install

    To install this project in your local machine use

    > npm i
    > npm run build

    ### Usage

    To run the project, execute the following command:

    > In visual studio code Go to dist folder then open index.html in live server.

    ## 👥 Authors

    👤 **zewdu erkyhun**

    - GitHub: [@zewdu444](https://github.com/zewdu444)
    - Twitter: [@zewdu444](https://twitter.com/zewdu444)
    - LinkedIn: [zewdu-erkyhun](https://www.linkedin.com/in/zewdu-erkyhun-081378b3/)

    ## 🔭 Future Features

    > Improve into single page application with navigation

    ## 🤝 Contributing

    Contributions, issues, and feature requests are welcome!

    Feel free to check the [issues page](https://github.com/zewdu444/Todo_list/issues).

    (back to top)

    ## ⭐️ Show your support

    > If you like the project please give it star

    (back to top)

    ## 🙏 Acknowledgments

    > I would like to thank Microverse team

    (back to top)

    ## 📝 License

    This project is [MIT](./LICENSE) licensed.

    (back to top)