Cluab / to-do-list

"A "To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to add, edit, delete, and mark them as complete. Built with Es6 and Webpack and added some test cases using jest as its framework"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

To-Do-list

A simple to do list where you can list your tasks

About the Project

In this project, I am creating a to-do list with Webpack, as the main objective is to learn to use it.

Built With

The To-Do List app was built with:

  • Major languages (HTML, CSS, and JavaScript)
  • Frameworks (Jest)
  • Technologies used (VS Code, Webpack, Git, and GitHub)

Live Demo

You can view a live demo of the app at To-Do List App

Getting Started

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

Prerequisites

To run this project, you'll need to install:

  • VS Code
  • Live Server extension
  • Node.js

Installation

  1. Clone this repository to your desired folder:

git clone git@github.com:Cluab/to-do-list.git

  1. Run in the Terminal

npm i

Usage

To run the project, follow these steps:

  1. Open the project in VS Code.
  2. Run in the Terminal npm start.
  3. The website will open in your default web browser.

Authors

👤 Ibrahim Suhail Al-Yousefi

👤 asharanjith

Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page for any open issues.

Show Your Support

If you like this project, please give it a star on GitHub!

Acknowledgements

  • Microverse for providing the education that inspired this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

"A "To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to add, edit, delete, and mark them as complete. Built with Es6 and Webpack and added some test cases using jest as its framework"

License:MIT License


Languages

Language:HTML 63.2%Language:JavaScript 27.1%Language:CSS 9.6%