Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/banzaman/-bookish-octo-system-todo-list
- Owner: banzaman
- Created: 2023-01-23T16:43:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T09:03:20.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T01:43:06.374Z (almost 2 years ago)
- Language: JavaScript
- Size: 649 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)
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]** is a simple HTML list of To Do tasks made with Webpack and javascript
Client
- HTML5
- CSS
- JS
- ESLint
- StyleLints
- GitFlow
- **[GIT FLOW]**
- **[Good HTML, JS and CSS practices]**
- **[Dynamically]**
- [Live Demo Link](https://yourdeployedapplicationlink.com)
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/
π€ **Author1**
- GitHub: [@Banzaman](https://github.com/banzaman)
- LinkedIn: [Mark Rubanza Anderson](https://linkedin.com/in/Mark-Rubanza-Anderson)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/banzaman/ES6-Todo-List/issues).
If you like this project...
I would like to thank...
- **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.
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._