Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brenoliradev/to-do-list
A simple To do List to compare with my old version
https://github.com/brenoliradev/to-do-list
Last synced: 26 days ago
JSON representation
A simple To do List to compare with my old version
- Host: GitHub
- URL: https://github.com/brenoliradev/to-do-list
- Owner: brenoliradev
- License: mit
- Created: 2022-06-21T15:16:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-11T15:57:12.000Z (over 2 years ago)
- Last Synced: 2024-04-30T02:27:45.560Z (8 months ago)
- Language: TypeScript
- Homepage: to-do-list-lirbre.vercel.app
- Size: 578 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### About
--------------------------------
- Clone the Repo, access the cd locally and install the dependencies using: `npm install` or `yarn install`. After that, run the it on development `npm run dev` or `yarn dev`.### E2E Test Integration
--------------------------------
https://user-images.githubusercontent.com/86065449/182251364-e993188d-6114-4bad-adc5-632ec63ebfcc.mp4https://user-images.githubusercontent.com/86065449/182251371-c1f43018-e055-4204-9bb0-eb228cf5ed88.mp4
### Technologies
--------------------------------
- Main: React.JS + Next.JS with TypeScript.
- Styled with: Tailwind.css;
- Toasts: React-Toastify;
- Custom Hooks:
- useLocalStorage - add / update LocalStorage infos.
- useToDo + Context API - update, add, delete todos.
- useModal + Context API - global modal using context.