Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adastra97/todo-app
learning React JS, TS (hooks useState, useEffect) + react-icons
https://github.com/adastra97/todo-app
localstorage react-icons reactjs todo-app typescript
Last synced: 3 days ago
JSON representation
learning React JS, TS (hooks useState, useEffect) + react-icons
- Host: GitHub
- URL: https://github.com/adastra97/todo-app
- Owner: adAstra97
- Created: 2023-09-29T14:52:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-26T11:26:57.000Z (about 1 year ago)
- Last Synced: 2024-11-17T03:08:25.543Z (2 months ago)
- Topics: localstorage, react-icons, reactjs, todo-app, typescript
- Language: TypeScript
- Homepage: https://todo-app-red-black.netlify.app/
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Small applicaton "Todo App"
This is my first application using React JS + TypeScript.
## Table of contents
- [Overview](#overview)
- [Information](#information)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)## Overview
### Information
This is a simple application for recording your tasks that will never lose its relevance. You can edit your task and delete it. After reloading the page, the data is not deleted.
### Screenshot
![](./main.png)
### Links
- [Live Site URL](https://todo-app-red-black.netlify.app/)
## My process
### Built with
- React JS
- react-icons
- TypeScript
- vite### What I learned
Using React hooks useState(), useRef(), using TypeScript, saving data in localstorage, connecting and using react-icons.