Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex-dishen/todo-app
https://github.com/alex-dishen/todo-app
react redux styled-components
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alex-dishen/todo-app
- Owner: alex-dishen
- Created: 2022-11-29T04:59:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T18:45:38.000Z (almost 2 years ago)
- Last Synced: 2024-05-03T03:32:14.694Z (8 months ago)
- Topics: react, redux, styled-components
- Language: JavaScript
- Homepage: https://alex-dishen.github.io/todo-app/
- Size: 3.45 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do
The **To-Do** project is created according to the assignment from **DomDev** [company](https://domdev.pro).
![Preview](public/todo.png)
### 🔗 **Live preview** of the project is [here](https://alex-dishen.github.io/todo-app/).
## **Features**
* Create collection
* Update collection's name
* Delete collection
* Store tasks inside collections
* Create task
* Update task's name just by clicking on it
* Check task as accomplished
* Delete task
* Local storage
* Emoji picker
* Custom color picker## **Outcome**
* Used **React**
* Used **Redux Toolkit**
* Used **StyledComponents**
* Learned how to use Redux
* Learned StyledComponents way of styling
* Improved skills of storing and retrieving data## **Getting Started**
```
HTTPS - git clone https://github.com/alex-dishen/todo-app.gitSSH - git clone [email protected]:alex-dishen/todo-app.git
cd todo-app
npm install
npm start
```## **Navigation**
* See my previous next [Currency Converter](https://github.com/alex-dishen/currency-converter)
* See my previous project [Memory Card](https://github.com/alex-dishen/memory-card)