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

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.

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** 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.

## 🛠 Built With

### Tech Stack

Client


  • HTML

  • CSS

  • JavaScript

  • Webpack

### Key Features

- A good HTML and CSS Design.
- Using Webpack
- Check Linters
- Good RADME

(back to top)

## 💻 Getting Started

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 .
```

(back to top)

## 👥 Authors

👤 **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/)

(back to top)

## 🔭 Future Features

- [ ] Apply the Addition and removal functionality
- [ ] Make the project more interactive

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project feel free to leave a start, all contributions are welcome!.

(back to top)

## 🙏 Acknowledgments

We would like to thank Microverse comunity, they do an excellent job.

(back to top)

## 📝 License

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

_NOTE: we recommend using the [MIT license]

(back to top)