This is a simple To-do List made with Reactjs.
The main idea behind this project is the save user data in the browser's Local Storage.
The layout of this app was developed on Figma based on mobile fisrt concept.
- Date manipulation (JavaScript Vanilla)
- String manipulation (JavaScript Vanilla)
- Local Storage manipulation (JavaScript Vanilla)
- Context API (React)
- useReducer (React)
- useState (React)
- useEffect (React)
- Custom Hooks (React)