#Netlify Deployed Link - https://storied-basbousa-2f7c27.netlify.app/
#Tech Stack Used: - HTML, CSS, BOOTSTRAP, JAVASCRIPT, Vite-REACT-ROUTER
#Features :
-
Setups All the required Routes for each page
-
Made responsive using Media Queries {Bootstap Classes}
-
Fetched Data from API - JSON-Placeholder
-
Its have complete components-> Header+Footer & Pages -> Home, About, SingleProducts, Products & Error also
#Learning While Making this Project:
-
How to work and set up the Different types of Routes in React.
-
How to work with classes in Bootstrap
-
Making a site responsive
-
fetch data from the APIs
-
Working with Hooks -> useState + use effect
-
React-Router-Dome -> Link, NavLink, use params, Navigate
-
Map function + async await function
#Problems Faced & Solutions : -
I have faced a lot of issues while making this project from scratch. One of the major issues was rendering the images on the site->Previously using the require("")
But solved it by using -> StackoverFlow + ChatGPT