Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/banzaman/-bookish-octo-system-todo-list

Exercise about js testing
https://github.com/banzaman/-bookish-octo-system-todo-list

Last synced: about 2 months ago
JSON representation

Exercise about js testing

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Academic-blue)
![](https://img.shields.io/badge/HTML-red)
![](https://img.shields.io/badge/JavaScript-yellow)


logo

Microverse README Template

# πŸ“— Table of Contents

- [πŸ“– About the Project](#about-project)
- [πŸ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [πŸš€ Live Demo](#live-demo)
- [πŸ’» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [πŸ“ License](#license)

# πŸ“– [TO-DO LIST]

**[To-do list]** is a simple HTML list of To Do tasks made with Webpack and javascript

## πŸ›  Built With

### Tech Stack

Client


  • HTML5

  • CSS

  • JS

  • ESLint

  • StyleLints

  • GitFlow

### Key Features

- **[GIT FLOW]**
- **[Good HTML, JS and CSS practices]**
- **[Dynamically]**

(back to top)

## πŸš€ Live Demo

- [Live Demo Link](https://yourdeployedapplicationlink.com)

(back to top)

## πŸ’» Getting Started

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

### Prerequisites
If you haven't yet, you should first [set up Git.](https://docs.github.com/en/get-started/quickstart/set-up-git) Don't forget to [set up authentication to GitHub.com from Git](https://docs.github.com/en/get-started/quickstart/set-up-git#next-steps-authenticating-with-github-from-git) as well.

### Usage
- Clone the repository
- Above the list of files, click **↓Code**
- Clone with HTTPS
- Open Terminal
- Change the current working directory to the location where you want the cloned directory
- Type `git clone`, and then paste the URL you copied earlier
- Press Enter. Your local clone will be created
- Install webpack
- Required to run `npm init -y`
- Webpack `npm install webpack webpack-cli --save-dev`
- HTML plugin `npm install --save-dev html-webpack-plugin`
- CSS plugin `npm install --save-dev style-loader css-loader`
- Live Server `npm install --save-dev webpack-dev-server`

For the Live Server `npm start` http://localhost:8080/

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Author1**

- GitHub: [@Banzaman](https://github.com/banzaman)
- LinkedIn: [Mark Rubanza Anderson](https://linkedin.com/in/Mark-Rubanza-Anderson)

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/banzaman/ES6-Todo-List/issues).

(back to top)

## ⭐️ Show your support

If you like this project...

(back to top)

## πŸ™ Acknowledgments

I would like to thank...

(back to top)

## ❓ FAQ (OPTIONAL)

- **What is this for?**

- This is a JavaScript activity to help us learn how to create a nice website with best practices and with content storage and manipulation.

- **Can i copy this project?**

- Your welcome, copy this project and let me know if you need something.

(back to top)

## πŸ“ License

This project is [MIT](./LICENSE) licensed.

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)