Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.2 KB

README.md

File metadata and controls

48 lines (40 loc) · 1.2 KB

Recipes App

A small app to keep your delicious recipes

recipes-app

Issues to be done

  • 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

Features

  • add recipe
  • edit recipe
  • delete recipe
  • display recipes
  • search resipe by name

Project setup

npm ci

Compiles and hot-reloads for development

npm start

Compiles and minifies for production

npm run build

Built With

  • 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