Skip to content

Portfolio project with React Router, React Query, React Icons, Styled Components

Notifications You must be signed in to change notification settings

DavidKucera86/TodaysMeal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Today's Meal

Portfolio project with React Router, React Query, React Icons and Styled Components.

When you try the application (link below), you will see 3 sections:

  • Home (loading and processing data from API (React Query + Axios))
  • Movies (loading and processing data from local file, filtering items according to name, detail page with selected movie)
  • Recipes (working with form, add & delete operation, inputs validation)

In this project there are covered these issues:

  • working with create-react-app and styled-components
  • loading and processing data from API (React Query + Axios)
  • loading and processing data from local file
  • working with external React icons
  • working with form, add & delete operation, inputs validation
  • filtering items according to name
  • responsivity

You can:

Things that can be improved:

  • working with Typescript
  • working with database
  • switching themes (light / dark)
  • detail page for data from API