Skip to content

Recipe finder application built with an external API and React JS javascript library. Users can search up recipes based on names.

Notifications You must be signed in to change notification settings

jeffkim1118/React-Recipe-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Recipes Finder

Current Update

I'm currently updating my old recipe web application project with new UI. image

6 components:

  • Input error warning
  • Recipes cards
  • Card Container
  • Recipes Details
  • Liked Recipe Page

3 Client routing:

  • Recipes cards
  • Card Container
  • Landing Page
  • Liked Recipe page

Installation

First enter this into your console and press enter:

$ npm install

It uses JSON server as backend. Please download JSON server globally by:

$ npm install -g json-server

To run the frontend, use the command:

$ npm start

To run the JSON server, use the command:

$ npm run server #

The Json server is set to run on Localhost: 4000 at the moment but, you can always change that by accessing script section in the package.json file. It should look like this:

// Change the number after "port" to change the JSON port number.
"server": "json-server --watch db.json --port 4000"

Recipe web application (Outdated look)

image I created a simple recipe finder using spoonacular API and React JS framework. It simply allow users to enter food name and the app automatically displays 10 recipes related to what the user searched.

image Each recipes provides an image of the recipe, title, and the link. The link takes the user to recipe card page where user can see the picture, title, preparation time, and the link to the original recipe.

In addition, there is a "Go back" button to go back to the search page. image

License

MIT

About

Recipe finder application built with an external API and React JS javascript library. Users can search up recipes based on names.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published