A Todo App which allows you to add & delete todos. It stores your todos in localStorage of your browser so that they won't be deleted on page refresh or session end
This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.
- Learned Typescript
- Learned about Redux fundamentals
- Learned about configuring Redux in React using react-redux and redux toolkit
- Learned about persisted reducers
- Learned about animations in framer motion
- GitHub @Manthan-Kuber