An open API service indexing awesome lists of open source software.

https://github.com/eraldvelcani/cookwithme-frontend

Recipe Website Demo using React Routes
https://github.com/eraldvelcani/cookwithme-frontend

cooking-recipes react-router webdevelopment

Last synced: about 1 month ago
JSON representation

Recipe Website Demo using React Routes

Awesome Lists containing this project

README

          

![Screenshot of CookWithMe Website](3.png)

# CookWithMe

A demo React application illustrating *React Router v7* by building a simple recipe website.
This is **not a fully-fledged** recipe app — individual recipe pages currently **do not include** detailed content such as ingredients, steps, nutrition info, etc.

---

## 🚀 Live Demo

[Visit the live site](https://cook-with-me-frontend.vercel.app)

---

## 📂 Project Structure

.
├── public/
│ └── ... (static assets, index.html, etc.)
├── src/
│ ├── app/
│ ├── data/ # sample data (recipes, etc.)
│ ├── components/ # UI components
│ ├── pages/ # route pages (Home, Recipe, etc.)
│ ├── react-router.config.ts# route config for React Router v7
│ ├── App.tsx
│ └── main.tsx
├── .gitignore
├── Dockerfile
├── package.json
├── tsconfig.json
├── vite.config.ts
└── README.md

---

## Technologies & Dependencies

React Router v7
Fetching content from Strapi CMS
Dynamic route-based pages
Filtering and pagination for projects
Blog post metadata loading
Environment-based config with .env
Deployed-API friendly