Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maiquinho/my-tasks
This is a simple To-do List made with Reactjs saving the user data on browser's Local Storage.
https://github.com/maiquinho/my-tasks
es6 localstorage reactjs tailwindcss todo todolist typescript
Last synced: 15 days ago
JSON representation
This is a simple To-do List made with Reactjs saving the user data on browser's Local Storage.
- Host: GitHub
- URL: https://github.com/maiquinho/my-tasks
- Owner: Maiquinho
- Created: 2023-04-26T08:58:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T09:31:00.000Z (over 1 year ago)
- Last Synced: 2024-11-15T17:22:46.669Z (3 months ago)
- Topics: es6, localstorage, reactjs, tailwindcss, todo, todolist, typescript
- Language: TypeScript
- Homepage: https://maiquinho.github.io/my-tasks/
- Size: 352 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Tasks - To-do List
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.
### Tested Skills ðŸ§
- 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)### Used technologies