Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

npm run build

npm run deploy

The published To-do App:
https://sajith-dilshan.github.io/React-App-Todo-List/