https://github.com/radulepy/fullstack-recipe-app
FullStack Recipe App Example for a Software Engineering Interview
https://github.com/radulepy/fullstack-recipe-app
bootstrap interview next nextjs react recipe-app
Last synced: about 1 month ago
JSON representation
FullStack Recipe App Example for a Software Engineering Interview
- Host: GitHub
- URL: https://github.com/radulepy/fullstack-recipe-app
- Owner: Radulepy
- Created: 2025-06-14T18:17:44.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-14T20:03:30.000Z (about 1 year ago)
- Last Synced: 2025-09-01T03:18:09.899Z (10 months ago)
- Topics: bootstrap, interview, next, nextjs, react, recipe-app
- Language: TypeScript
- Homepage: https://fullstack-recipe-app.vercel.app
- Size: 231 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recipe App
A simple recipe management app for a Full Stack interview position.\
## Deployed App
[fullstack-recipe-app.vercel.app](https://fullstack-recipe-app.vercel.app)
## Data Storage
- **Current:** Uses `localStorage` in the browser to persist recipes for each user session.
- **Future:** Will support a backend database (MySQL) for persistent, multi-user storage.
## Wireframe

## Getting Started
1. Clone the repo
2. Install dependencies
3. Run the app locally
---
```# Recipe App
A simple recipe management app.
## Data Storage
- **Current:** Uses `localStorage` in the browser to persist recipes for each user session.
- **Future:** Will support a backend database (MySQL) for persistent, multi-user storage.
## Wireframe

## Getting Started
1. Clone the repo
2. Install dependencies
3. Run the app
4. Add a .env with a working OPENAI_API_KEY