The To-Do project is created according to the assignment from DomDev company.
🔗 Live preview of the project is here.
- 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
- Used React
- Used Redux Toolkit
- Used StyledComponents
- Learned how to use Redux
- Learned StyledComponents way of styling
- Improved skills of storing and retrieving data
HTTPS - git clone https://github.com/alex-dishen/todo-app.git
SSH - git clone [email protected]:alex-dishen/todo-app.git
cd todo-app
npm install
npm start
- See my previous next Currency Converter
- See my previous project Memory Card