A brief and concise website named FoodNinja where users can find recepies and experiment using the recepie available.
Client: HTML, TailwindCSS
Clone the project
git clone https://github.com/nitin-nagaraj-au26/food-ninja.gitGo to the project directory
cd food-ninjaInstall dependencies
npm installStart the server
npm run build-cssUse LiveServer to run on localhost- Learnt how to use TailwindCSS for styling components
- Learnt how to use FlexBox and Grid
- Learnt how to create cards and add effects to it
- learnt how to structure a webpage based on grids
