Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sajith-dilshan/react-app-todo-list
this is my first react application
https://github.com/sajith-dilshan/react-app-todo-list
react reactjs to-do-list todo-app todoapp todolist
Last synced: 1 day ago
JSON representation
this is my first react application
- Host: GitHub
- URL: https://github.com/sajith-dilshan/react-app-todo-list
- Owner: Sajith-Dilshan
- Created: 2020-11-26T13:05:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-30T03:27:01.000Z (about 4 years ago)
- Last Synced: 2024-12-04T03:12:24.355Z (about 2 months ago)
- Topics: react, reactjs, to-do-list, todo-app, todoapp, todolist
- Homepage:
- Size: 467 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-App-Todo-List
Things that we can learn here:1. How to add elements to the list
2. How to edit elements in the list
3. How to delete elements in the list
4. How to animate the creating and deletion of items in the list
5. Upload a React App in Github for free.
6. React Components, React Forms, event handlers, etc.To-Do-App-in-React-code
This is a simple To Do Application in react. This is a fun project to do for beginners who are trying to learn and get their hands dirty on React. In this application, I've used React components, React forms, event handlers etc. It is a very easy quick application to do.Commands used to install Font awesome:
$ npm i --save @fortawesome/fontawesome-svg-core$ npm i --save @fortawesome/free-solid-svg-icons
$ npm i --save @fortawesome/react-fontawesome
Commands used to publish react files in github:
git remote add origin [email protected]:Sajith-Dilshan/React-App-Todo-List.gitnpm run build
npm run deploy
The published To-do App:
https://sajith-dilshan.github.io/React-App-Todo-List/