This a tobams group internship assessment for frontend developers
- TypeScript
- React
https://foodieland-tobams.vercel.app/
- I optimized the images for faster rendering on the web
- I avoided using heavyweight libraries for faster rendering on the web
- Node.js
- npm or yarn
- Git
-
Clone the repository:
git clone https://github.com/baqx/foodieland cd foodieland -
Install all packages
npm install
-
Start the server
npm start