Todo web app made using react. This app uses react-bootstrap, react-router-bootstrap.
Used JSON placeholder for fetching data.
- axios
- bootstrap
- react-bootstrap
- react-router-bootstrap
- react-router-dom
Firstly make sure you have installed Nodejs, then run:
npm install
To start the app run:
npm start
- Basics of react components (class-based and functional)
- State and Props
- Basics of styling in react
- Basics of react-bootstrap
- Basics of react-router/react-router-bootstrap
--> First time using react.