Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.mp4

https://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.