Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.31 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.31 KB

React API and Use of Loader in Websites

This is simple React App for Beginners to understand the Concept of Handling React API , it also has cool new feature of website loader, it's a simple fun project to do and learn basics of Hooks in API.

Install Dependencies

Many Extra packages are used in this todo app like
✔️ react-icons: Icons used in the Project
✔️ reactstrap: It's Bootstap For React Projects
✔️ uuid: For pravidong unique Id to each todo task
✔️ bootstrap: this is needed to run reactstrap components

To install thes packages run the folowing command: npm i reactstrap bootstrap uuid react-icons

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

✅Feel Free to add more Features to this todo, Just Raise an Issue and then create a pull request to get your pull request merged. if you like this concept don't forget to ⭐(star) this repository.

🚩In case of any Issues while running the project, Create new React App by npx create-react-app appname and install all dependencies npm i reactstrap bootstrap uuid react-icons, and then replace src file of this repo with newly created app.