https://github.com/ahmedeid6842/code_review_exercise
The purpose of this repository is to improve my code reviewing skills and gain a deeper understanding of best practices in JavaScript, HTML, and CSS. It contains a copy of my To Do List project, which I use to evaluate and compare issues and provide valuable feedback. Additionally, there is a group scenario included.
https://github.com/ahmedeid6842/code_review_exercise
Last synced: 3 months ago
JSON representation
The purpose of this repository is to improve my code reviewing skills and gain a deeper understanding of best practices in JavaScript, HTML, and CSS. It contains a copy of my To Do List project, which I use to evaluate and compare issues and provide valuable feedback. Additionally, there is a group scenario included.
- Host: GitHub
- URL: https://github.com/ahmedeid6842/code_review_exercise
- Owner: ahmedeid6842
- Created: 2023-06-12T19:31:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T22:03:45.000Z (about 2 years ago)
- Last Synced: 2024-04-06T14:31:53.778Z (over 1 year ago)
- Language: JavaScript
- Size: 146 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Todo 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)**Todo List** Todo List" is a web application that assists in organizing your daily tasks. With this app, you can easily list the things that you need to do and mark them as complete once they are done. The app is built using ES6 and Webpack, and it provides a simple and intuitive interface for managing your tasks. Use "Todo List" to streamline your day and increase your productivity.
Client
- HTML
- CSS
- JavaScript
- Webpack
- A good HTML and CSS Design.
- Using Webpack
- Check Linters
- Good RADME
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Create a repo on your repositores files.
- Clone or make a copy of this repo on your local machine.
- Follow GitHub flow.
- A carefully reading of this README.md is required.
### Setup
Clone this repository to your desired folder:
```bash
cd my-folder
git clone https://github.com/ahmedeid6842/ToDo-List.git
```
### Install
Install this project with:
```bash
npm install
```
### Usage
To run the project:
```bash
npm start
```
To build the project:
```bash
npm run build
```
### Run tests
To run tests, execute the following command:
```bash
npx hint .
```
👤 **Ahmed Eid**
- GitHub: [@ahmedeid6842](https://github.com/ahmedeid6842)
- Twitter: [ahmedeid2684](https://twitter.com/ahmedeid2684
)
- LinkedIn: [Ahmed Eid](https://www.linkedin.com/in/ahmed-eid-0018571b1/)
- [ ] Apply the Addition and removal functionality
- [ ] Make the project more interactive
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project feel free to leave a start, all contributions are welcome!.
We would like to thank Microverse comunity, they do an excellent job.
This project is [MIT](./MIT.md) licensed.
_NOTE: we recommend using the [MIT license]