Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A ToDOList app that allows user to create, update, and remove their daily tasks in and from the browser localstorage. Built with HTLM5, CSS, JavaScript, and Webpack.
https://github.com/sntakirutimana72/to-do-list

css3 html5 javascript webpack

Last synced: 12 days ago
JSON representation

A ToDOList app that allows user to create, update, and remove their daily tasks in and from the browser localstorage. Built with HTLM5, CSS, JavaScript, and Webpack.

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# To-Do-List

A _**To-DO-List**_ app that allows user to create, update, and remove their daily tasks in and from the browser localstorage. Built with HTLM, CSS, JavaScript, and Webpack.

## Built With

- html
- css
- JavaScript
- Webpack

## Live Demo

For live version, pleave visit [To-Do-Link](https://sntakirutimana72.github.io/To-Do-list/)

## Screenshots


First Screen Page
With Tasks
With Selected Tasks






## Getting Started

To get a copy of this project running on your local computer, do the followings:

### Prerequisites

- Must have a working computer
- A Web-Browser installed (Chrome - Recommended)

### Setup

- Install _VSCode_ ([link](https://code.visualstudio.com/download))
- Clone this project repository on your local computer. ([link](../../))
- Open the project directory with _VSCode_

### Install

Open _Terminal/Shell_ inside your _VSCode_ and run
```
npm install --force
```

### Run tests

- For _**webhint**_ tests, run
```
npm run lint:hint
```
- For _**stylelint**_ tests, run
```
npm run lint:style
```
- For _**eslint**_ tests, run
```
npm run lint:es
```
- To run a _**local server**_, run
```
npm start
```
- For testing _**functionalities**_, run
```
npm test
```

## Authors

👤 **Steve**

- GitHub: [@sntakirutimana72](../../../)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Fellow Micronauts

## 📝 License

This project is MIT licensed.