A React-based meal planning application that allows users to discover, plan, and manage meals efficiently. Built with modern frontend practices using React and Vite.
bash git clone https://github.com/your-username/meal-planner.git cd meal-planner
pm install
npm run dev The app will run on: http://localhost:PORT
Create a new branch for each feature:
git checkout -b feature/feature-name
Push changes: git push origin feature/feature-name
Open a Pull Request for review before merging
Keep components reusable Follow consistent folder structure Avoid pushing directly to main branch
Adedayo - Add Meal, Meal Details Ezekiel - Grocery List, Edit Profile