/to-do-list

This repository contains a simple to-do list web application built using HTML, CSS, and JavaScript. The app allows users to create, update, and delete tasks, and uses local storage to persist data. It's a great project for learning the basics of front-end web development and JavaScript

Primary LanguageJavaScript

To-Do-List-with-Jest-Test

Todo List Structure To-Do-List-with-Jest-Test

📗 Table of Contents

📖 [To-Do-List]

In this project, we are required to build a simple HTML list of To Do tasks.

🛠 Built With

Tech Stack

html5css3javascript

Key Features

  • [Use webpack to bundle JavaScript.]

(back to top)

🚀 Live Demo

For a live demo to the project, follow the link below

(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:

Setup

  • Clone this repository or download the Zip folder:
git clone https://github.com/lorenzoworx/to-do-list.git
  • Navigate to the location of the folder in your machine:

you@your-Pc-name:~$ cd <folder>

Usage

  • After Cloning this repo to your local machine
  • Run npm start from the root directory in terminal

Run tests

To track linter errors locally follow these steps:

Download all the dependencies run:

npm install

Track HTML linter errors run:

npx hint .

Track CSS linter errors run:

npx stylelint "**/*.{css,scss}"

Track JavaScript linter errors run:

npx eslint .

Install jest using:

npm install --save-dev jest

Track tests in tests/ run:

npm test

Deployment

  • GitHub Pages was used to deploy this website
  • For more information about publishing sources, see "About github page"

(back to top)

👥 Authors

👤 Okolo Oshoke

👤 Ikoote Rasuli

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Checking through my project and review it will bring a great connection between the two of us. Let us connect.

If you like this project I promise to follow you back and leave offers open to you all.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse team for the great work and support. I would also like to thank Shubham Bhoyar for all his support

(back to top)

📝 License

This project is MIT licensed.

(back to top)