https://github.com/jishnusv23/recipe_app_frontend
This repository is for my machine task during Boarding Week 1, utilizing the Spoonacular API to fetch and display recipes.
https://github.com/jishnusv23/recipe_app_frontend
express jwt nodejs oauth postgresql react redux spoonacular-api typescript
Last synced: about 2 months ago
JSON representation
This repository is for my machine task during Boarding Week 1, utilizing the Spoonacular API to fetch and display recipes.
- Host: GitHub
- URL: https://github.com/jishnusv23/recipe_app_frontend
- Owner: jishnusv23
- Created: 2024-10-22T14:26:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T14:21:54.000Z (over 1 year ago)
- Last Synced: 2025-09-07T21:32:22.999Z (9 months ago)
- Topics: express, jwt, nodejs, oauth, postgresql, react, redux, spoonacular-api, typescript
- Language: TypeScript
- Homepage: https://recipe-app-frontend-omega.vercel.app
- Size: 633 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + TypeScript + Vite
A Recipe App built using the Spoonacular API that allows users to discover and manage recipes. The backend is developed with Node.js, PostgreSQL, and utilizes JWT for authentication.
## Table of Contents
- Features
- Tech Stack
- Installation
- Usage
- API Endpoints
- License
- Author
## Features
- User authentication with JWT
- Fetch recipes from the Spoonacular API
- Create, read, update, and delete (CRUD) user recipes
- Search for recipes based on various criteria
- Save favorite recipes for quick access
## Tech Stack
- Frontend: React (optional, if you built a frontend)
- Backend: Node.js
- Database: PostgreSQL
- Authentication: JWT
- API: Spoonacular API
- Deployment: (e.g., Heroku, Vercel, etc. if applicable)