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

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

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

![Wireframe](https://github.com/Radulepy/fullstack-recipe-app/blob/master/WireFrames.png)

## 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

![Wireframe](./wireframe.png)

## Getting Started

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