Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lily4178993/to-do-list

"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.
https://github.com/lily4178993/to-do-list

css3 es6-javascript eslint html5 stylelint todo-list webhint webpack

Last synced: 21 days ago
JSON representation

"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.

Awesome Lists containing this project

README

        


logo


To Do List


////////////////////////////////////////////






# Table of Contents πŸ“—

- [About the Project πŸ“–](#about-project)
- [Built With](#built-with) πŸ› 
- [Tech Stack πŸ—œοΈ](#tech-stack)
- [Key Features 🏷️](#key-features)
- [Screenshot](#screenshot)
- [πŸš€ Live Demo](#live-demo)
- [Getting Started πŸ’»](#getting-started)
- [Setup βš™οΈ](#setup)
- [Prerequisites 🧱](#prerequisites)
- [Install πŸ—οΈ](#install)
- [Usage πŸ“‚](#usage)
- [Run tests πŸ§ͺ](#run-tests)
- [Deployment](#deployment)
- [Author πŸ‘€](#author)
- [Future Features πŸ”­](#future-features)
- [Contributing 🀝](#contributing)
- [Show your support 🌟](#support)
- [Acknowledgements πŸ™](#acknowledgements)
- [License πŸ“](#license)



# To Do List πŸ“–

**To-do list** is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.


## Built With πŸ› 

### Tech Stack πŸ—œοΈ

Client

Server



### Key Features 🏷️

- **Adding a new item**
- **Removing a selected item**
- **Marking a selected item as complete**
- **Removing all items marked as complete at once**

(back to top)





## Screenshot πŸ“·
Below is an overview of the app.



To-Do List Screenshot


(back to top)



## Live Demo πŸš€

This project is hosted on [GitHub pages](#deployment), so if you want to check it online, please click 😊 [here](https://lily4178993.github.io/To-do-list/dist/).

(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:

- A Github account
- Node JS
- Webpack
- A web browser to view output e.g [Microsoft Edge](https://www.microsoft.com/en-us/edge).
- An IDE e.g [Visual studio code](https://code.visualstudio.com/).
- [A terminal](https://code.visualstudio.com/docs/terminal/basics).



### Setup βš™οΈ

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/lily4178993/To-do-list.git

```
- Navigate to the folder
```
cd my-folder
cd To-do-list
```
- Checkout the branch
```
git checkout master
```


### Install πŸ—οΈ

Install all dependencies:

```sh
npm install
```


### Usage πŸ“‚

To run the project, open your terminal and tap the following line.
```sh
npm run build
```
```sh
npm start
```




### Run tests πŸ§ͺ

How should it be tested?
To run tests, run the following command:

- HTML linter errors run:

```
npx hint .
```

- CSS linter errors run:

```
npx stylelint "**/*.{css,scss}" --fix
```

- JavaScript linter errors run:

```
npx eslint . --fix
```



### Deployment

You can deploy this project using: GitHub Pages, [Vercel](https://vercel.com/) or [Netlify](https://www.netlify.com/).

This project was deployed using GitHub Pages. For more information about how to use GitHub pages [read here](https://www.w3schools.com/git/git_remote_pages.asp?remote=github) 🀩. If you want to watch a video about how to use GitHub pages instead of reading [click here](https://www.youtube.com/watch?v=QyFcl_Fba-k&t=251s).

(back to top)



## πŸ‘€ Author

**Nelly Telli**
- GitHub: [@lily4178993](https://github.com/lily4178993/)
- Twitter: [@nelly_telli](https://twitter.com/nelly_telli)
- LinkedIn: [Nelly T.](https://www.linkedin.com/in/nelly-t-330414266/)

(back to top)



## Future Features πŸ”­

- **Make the app responsive**
- **Reordering a selected item (as drag-and-drop)**

(back to top)



## Contributing 🀝

If you have suggestions πŸ“, ideas πŸ€”, or bug reports πŸ›, please feel free to open an [issue](https://github.com/lily4178993/To-do-list/issues) on GitHub.
Remember, every contribution, no matter how big or small, makes a difference.

(back to top)



## Show your support 🌟

Thank you for taking the time to explore my GitHub project! Your support means a lot to me. If you find my project valuable and would like to contribute, here are a few ways you can support me:

- Star the project ⭐️: Show your appreciation by starring this GitHub repository. It helps increase visibility and lets others know that the project is well-received.

- Fork the project 🍴 🎣: If you're interested in making improvements or adding new features, feel free to fork the project. You can work on your own version and even submit pull requests to suggest changes.

- Share with others πŸ—ΊοΈ: Spread the word about this project. Share it on social media, mention it in relevant forums or communities, or recommend it to colleagues and friends who might find it useful.

(back to top)



## Acknowledgments πŸ™

I would like to express my sincere gratitude to [Microverse](https://github.com/microverseinc), the dedicated reviewers, and my partners. Your unwavering support, feedbacks, and collaborative efforts have played an immense role in making this journey a resounding success. Thank you for being an integral part of my achievements.

I would also like to thank Icons8 for all the images and icons I used in this project.

(back to top)



## License πŸ“

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

(back to top)