https://github.com/esotuvaka/reciprfe
React Frontend for reciPR, a place where people can share meal prep recipes
https://github.com/esotuvaka/reciprfe
react rest-api tailwindcss typescript
Last synced: 3 months ago
JSON representation
React Frontend for reciPR, a place where people can share meal prep recipes
- Host: GitHub
- URL: https://github.com/esotuvaka/reciprfe
- Owner: esotuvaka
- Created: 2023-03-23T23:03:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-03T23:22:48.000Z (about 3 years ago)
- Last Synced: 2025-03-05T04:43:58.891Z (over 1 year ago)
- Topics: react, rest-api, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 2.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reciPR Frontend
Frontend for reciPR, a meal prep recipe sharing web app. Create and Explore different recipes, filter by allergies / diet, and save your favorites in collections!
---
### Built using React, TypeScript, TailwindCSS
---
### Upcoming changes:
- [ ] implement filtered API endpoints, e.g: "BACKEND/tags=chicken,air%20fryer&max_calories=500"
- [x] implement GET by ID via header searchbar
- [x] update createRecipe to also take macros
- [x] implement repository pattern for all API calls
- [ ] ? create and use repository pattern for app state management (redux workaround)
- [ ] ? create and use repository pattern for error management (passing to components that have errors with API data for example)
- [ ] implement auth
- [ ] implement session trackers to prevent API spam (throttled to 1 call per x time interval)
- [ ] implement form input validation
- [ ] implement ability to like and save posts
- [ ] implement profiles and editing collections of recipes
- [ ] implement explore filter for diet / allergies