Skip to content

SoumyabrataBanik/YourFoodies

Repository files navigation

YourFoodies - The Food Sharing Community Website

Disclaimer

This is a Next.js project bootstrapped with create-next-app.

About this Project

This project is my first experiment with NextJS and TypeScript where I try to develop an SSR website. It is a simple project that has some dummy texts.

It has three pages: the Browse Meals (menu) page, the community page and the sharing page.

The Community Page is a simple page that just outputs a block of dummy text. Nothing special about it.

The Browse Meals Page is where all the meals are present. It acts like the menu. Each meal can be clicked a subsequent details page will open up which will show some dummy details about the meals.

The Share Your Recipe Page contains a form that asks for details about your recipe which then you can upload to the database.

Preview

Home Page

Browse Meals Page

Share your Recipe Page

Community

Tech used in this project:

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

About

A small app built using Next.js and TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published