This is a simple To Do Application in react. This is a small project 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.
Commands used to install Font awesome:
$ npm i --save @fortawesome/fontawesome-svg-core OR yarn add @fortawesome/fontawesome-svg-core
$ npm i --save @fortawesome/free-solid-svg-icons OR yarn add @fortawesome/free-solid-svg-icons
$ npm i --save @fortawesome/react-fontawesome OR yarn add @fortawesome/react-fontawesome
Commands used to publish react files in github:
git remote set-url origin https://jiteshkrs.github.io/Basic-ToDoList
npm run build or yarn build
npm run deploy or yarn run deploy
The published To-do App: