Skip to content

Latest commit

 

History

History
149 lines (95 loc) · 3.82 KB

README.md

File metadata and controls

149 lines (95 loc) · 3.82 KB

Testing To Do list: part 2

📗 Table of Contents

📖 [Testing To Do list: part 2]

In this project unit tests for the To Do list application will be written. The testing project has been divided into two parts. In this part of the testing project, you will test functions responsible for the status and content updates.

[Testing To Do list: part 2] is...

🛠 Built With

Tech Stack

Built with html, css and javascript with webpack, jest, and linter configuration setup.

Client

Key Features

Key features of the application.

  • [Use webpack]
  • [To do list]
  • [Use webpack dev server]
  • [Adding a new task]
  • [Deleting a task]
  • [Editing task]
  • [Task completion status]
  • [Clear all completed]

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

  • Web Browser (e.g. Firefox, Chrome, Edge)
  • NPM (Node Package Manager)

Setup

Clone this repository to your desired folder:

  $ git clone https://github.com/lenkon/to-do-list

  $ cd to-do-list

Install

Install all project dependencies by running the command below:

  $ npm install

Usage

Open the index.html file in your Web Browser.

(back to top)

👥 Authors

👤 lenkon

(back to top)

🔭 Future Features

Features to be added.

  • [Add more projects]
  • [Add milestones and achievements]

(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 rate and give a star.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for sharing the tools and requirements.

(back to top)

❓ FAQ

(back to top)

📝 License

This project is MIT licensed.

(back to top)