Skip to content

Repository files navigation

To do List: Testing

Description the project.

  • Create a basic UI using HTML
  • build a basic website that allows users to add/remove books from a list
  • Use Javascript objects and arrays
  • Use E6 modules
  • Use webpack and served by a webpack dev server
  • Jest Testing for Add Itemes
  • Jest Testing for Delete Items.

Built With

  • HTML & CSS
  • Javascript ES6
  • Visual Studio Code

Live Demo (if available)

Live Demo Link

Getting Started

  • To get a local copy up and running follow these simple example steps.

Prerequisites

  • Have a Desktop or Laptop Computer running on with Windows, Mac OS or Linux operating system.
  • Have git installed on the Computer
  • Have a browser install on the Computer

Setup

  • If it suits you, on your local computer, create a directory in your preferred location (e.g in the Desktop or Document directory)

Install

  • Open your Terminal/Powershell or any command line interface you use, then navigate to your created above directory or the directory you'll like to clone this project directory.
  • Type git clone (https://github.com/Iptysam/To-do_list.git) if your're using https with git or git clone git@github.com:Iptysam/To-do_list.git if your preferred is ssh and hit enter.
  • Navigate to the Conference directory on your local computer in your above chosen directory and open the index.html file.

Usage

  • You can view the HTML document in your preferred or default browser.

Authors

👤 Iptisam Mukadam

Contribution By Partners

👤 Mudasir Sherwani

👤 Tahseen Zahra

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

About

A to-do-list that allows users to add, remove, update and edit the list of things to be done and checks them all. Built with JavaScript.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages

Generated from Iptysam/webpack_exe