This project was created with intention of Fetching Github user and their Public Repository, this project used some important dependencies like Axios for fetching data, and this project is being authenticated using firebase.
Many Extra packages are used in this todo app like
✔️ reactstrap: It's Bootstap For React Projects
✔️ bootstrap: this is needed to run reactstrap components
✔️ axios: this is needed to fetch data from API
✔️ react-document-configuration: this is needed to do HTML manipulatons
✔️ react-toastify: this helps to create toast popups.
To install thes packages run the folowing command: npm i reactstrap bootstrap react-toastify axios react-document-configuration
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.
npx create-react-app Gitify-Fetch
cd Gitify-Fetch
npm run build
npm install netlify-cli -g
netlify deploy
Checkout this project: Gitify-Fetch
✅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 don't forget to ⭐(star) this repository.