https://github.com/tsheporamantso/to-do-list-code-review
In this project, I practice code reviewing, and ensuring that I use correct GitHub flow, HTML,CSS and JavaScript best practices
https://github.com/tsheporamantso/to-do-list-code-review
Last synced: 7 months ago
JSON representation
In this project, I practice code reviewing, and ensuring that I use correct GitHub flow, HTML,CSS and JavaScript best practices
- Host: GitHub
- URL: https://github.com/tsheporamantso/to-do-list-code-review
- Owner: tsheporamantso
- License: mit
- Created: 2023-04-03T11:54:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T06:11:35.000Z (over 2 years ago)
- Last Synced: 2025-01-19T23:34:11.914Z (9 months ago)
- Language: JavaScript
- Size: 247 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gladwin Tshepo Ramantso
To Do List
# 📗 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)
- [📝 License](#license)This project is an online To Do list that display users activities planned to do, also allow user to add task planned to accomplish and delete those already done
**To Do List** In this project, I built a basic to-do list that allow user to add planned activities and delete those already accomplished, used Webpack to bundle al my files
- HTML
- CSS
- JavaScript(ES6)
- WebpackVersion Control
Visual Studio Code
Node js
- **JavaScript Webpack**
- **Basic UI with plain HTML**
- [Live Demo]( https://tsheporamantso.github.io/To-Do-List/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Visual Studio Code.
- Node JS.
- Git bash.
- GitHub Account.
Example command:
```sh
gem node js
```
### Setup
Clone this repository to your desired folder:
Use git clone command or download ZIP folder
Example commands:
```sh
cd my-folder
git clone git@github.com:tsheporamantso/To-Do-List.git
```
### Install
Install this project with:
npm
Example command:
```sh
cd my-project
npm init -y
```
### Usage
To run the project, execute the following command:
npm start or live server
Example command:
```sh
GitHub Pages Server
```
### Run tests
To run tests, run the following command:
npm test
Example command:
```sh
npx stylelint "**/*.{css,scss}"
```
```sh
npx eslint .
```
```sh
npm start
```
```sh
npm run dev
```
### Deployment
You can deploy this project using:
GitHub Pages
Example:
```sh
https://tsheporamantso.github.io/To-Do-List/
```
👤 **Gladwin Tshepo Ramantso**
- GitHub: [@tsheporamantso](https://github.com/tsheporamantso)
- Twitter: [@ramgt001](https://twitter.com/ramgt001)
- LinkedIn: [Tshepo Gladwin Ramantso](https://www.linkedin.com/in/tshepo-ramantso-b6a35433/)
- [ ] **Add and removing items**
- [ ] **Interactive list**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/tsheporamantso/To-Do-List/issues).
If you like this project please follow us on github & twitter and also connect on Linkedin.
I would like to thank Microverse for this exercise and the contribution by my coding partner.
This project is [MIT](./LICENSE) licensed.