Skip to content

This project is to build a simple HTML list of To Do tasks. The list will be styled according to the specifications listed in the lesson. This simple web page will be built using webpack and served by a webpack dev server

License

Uzair-Manzoor/To-Do-list

Repository files navigation

To-Do-list

📗 Table of Contents

📖 To-Do-list

To-Do-list is a repository.The goal is to master all of the tools and best practices learned in previous steps.

🛠 Built With

Tech Stack

Client

Key Features

  • Demo of Linters
  • Demo of todolist

(back to top)

🚀 Live Demo

image

(back to top)

💻 Getting Started

Prerequisites

In order to run this project you need:

  • web browser
  • git-syn
  • code editor

Setup

Clone this repository to your desired folder:

git clone https://github.com/Uzair-Manzoor/To-Do-list.git

Install

To install all dependencies, run:

npm install

Usage

To run the project, execute the following command:

To run the project, follow these instructions:

  • Clone this repo to your local machine.

Run tests

To run tests, run the following command:

  • Track HTML linter errors run:
npx hint .
  • Track CSS linter errors run:
npx stylelint "**/*.{css,scss}"
  • Track JavaScript linter errors run:
npx eslint .

Build

To build, run the following:

npm run build

webpack development server

Run the following:

npm start

(back to top)

👥 Author

👤 Uzair Manzoor

(back to top)

🔭 Future Features

  • Mobile Version
  • Add Model

(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 give ⭐️

(back to top)

🙏 Acknowledgments

I would like to thank Microverse

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

This project is to build a simple HTML list of To Do tasks. The list will be styled according to the specifications listed in the lesson. This simple web page will be built using webpack and served by a webpack dev server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published