MealFinder is a hackathon app for searching and managing meals. This is my first ever hackathon project and I have zero coding experience. This project was made using the help of FigmaMake and is available as a Figma Design.
available at https://www.figma.com/design/Qn81noKBdqkwpupsOjPvkp/Meal-Search-Website.
Meal-One is a meal search website that allows users to find and manage meal information. This is an ongoing project developed for the hackathon.
-
Install dependencies:
npm i
-
Start the development server:
npm run dev
The development server will start on http://localhost:3000/
To build the project for production:
npm run build