A small app to keep your delicious recipes
- add signup/login and tokens
- query based on user
- display loading progress
- add image to recipe
- add category to recipe
- filter by category
- write tests
- improve search queries
- add pagination to display recipes
- performance improvements
- add recipe
- edit recipe
- delete recipe
- display recipes
- search resipe by name
npm ci
npm start
npm run build
- Typescript, React
- React - JavaScript framework for building user interfaces
- Chakra UI - reusable, and composable React components
- tailwindcss - A CSS framework for rapidly building custom user interfaces
- Framer Motion - A cool liberary to add animations
- Apollo Client - GraphQL client with integrations for React