Namaste React Live Course from Zero to Hero π by Akshay Saini Founder of NamasteDev.
- I made π foodie-apps π from scratch using React.js and Parcel.js, which is the part of this course.
You need to write the following commands on the terminal screen(in vscode) so that you can run this project locally.
git clone "https://github.com/RohitSharma50/food-orderinf-website"
Go to the project directory
cd food-orderinf-website
Install dependencies
npm install
Start the server
npm run start
After doing this this application should now be running on localhost
. If you want to Fork repository and want to run locally, follow this guidelines Fork and Clone Github Repository
β Multi Select Cuisines Based Restaurant Filter. β Search Based Restaurants Filter. β Shimmer UI β CORS Extension For Fetching Swiggy Live API Data from Swiggy Public APIs. β Tailwind CSS β Class Based Components. β React Router DOM for routing & navigation β Lazy Loading β Context API β Lifting The State Up