Git Product home page Git Product logo

reactjs-recipe-app's Introduction

Recipe App

Objective

  • Build a Recipe App using ReactJS.

Description

  • Project aims to create a Recipe App.
  • In this project i tried to make a recipe app. After submitting username and password info's user can search food's recipe by their name and type.
  • When user click the "view more" buttton in the cards div, can see the recipe and other informations about selected food.

Project Link

You can reach my project from here ๐Ÿ‘ˆ

Project Skeleton

Recipe App (folder)
|
|----readme.md
โ”œโ”€โ”€ public
โ”‚     โ””โ”€โ”€ index.html
โ”œโ”€โ”€ src
โ”‚    โ”œโ”€โ”€ components
โ”‚    โ”‚       โ”œโ”€โ”€ footer
โ”‚    โ”‚       โ”‚     โ”œโ”€โ”€ Footer.jsx
โ”‚    โ”‚       |     โ”œโ”€โ”€ Footer.styled.jsx
โ”‚    โ”‚       โ”œโ”€โ”€ header
โ”‚    โ”‚       โ”‚     โ”œโ”€โ”€ Header.jsx
โ”‚    โ”‚       โ”‚     โ”œโ”€โ”€ Card.jsx
โ”‚    โ”‚       โ”‚     โ””โ”€โ”€ Header.styled.jsx
โ”‚    โ”‚       โ”‚     โ””โ”€โ”€ Card.styled.jsx
โ”‚    โ”‚       โ””โ”€โ”€ navbar
โ”‚    โ”‚             โ”œโ”€โ”€ Navbar.js
โ”‚    โ”‚             โ””โ”€โ”€ Navbar.styled.jsx
โ”‚    โ”œโ”€โ”€ pages
โ”‚    โ”‚       โ”œโ”€โ”€ about
โ”‚    โ”‚       โ”‚     โ”œโ”€โ”€ About.js
โ”‚    โ”‚       โ”‚     โ”œโ”€โ”€ About.styled.jsx
โ”‚    โ”‚       โ”œโ”€โ”€ details
โ”‚    โ”‚       โ”‚     โ”œโ”€โ”€ Details.js
โ”‚    โ”‚       โ”‚     โ”œโ”€โ”€ Details.styled.jsx
โ”‚    โ”‚       โ”œโ”€โ”€ login
โ”‚    โ”‚       โ”‚     โ”œโ”€โ”€ Login.js
โ”‚    โ”‚       โ”‚     โ”œโ”€โ”€ Login.styled.jsx
โ”‚    โ”‚       โ”œโ”€โ”€ home
โ”‚    โ”‚       โ”‚     โ”œโ”€โ”€ home.js
โ”‚    โ”‚       โ”‚     โ”œโ”€โ”€ home.styled.jsx
โ”‚    โ”‚       โ””โ”€โ”€ notfound
โ”‚    โ”‚             โ”œโ”€โ”€ notfound.js
โ”‚    โ”‚             โ””โ”€โ”€ notfound.styled.jsx
โ”‚    โ”œโ”€โ”€ router
โ”‚    โ”‚       โ””โ”€โ”€ AppRouter.js
โ”‚    โ”‚       โ””โ”€โ”€ PrivateRouter.js
โ”‚    โ”œโ”€โ”€ assets
โ”‚    โ”‚       โ””โ”€โ”€ [images]
โ”‚    โ”œโ”€โ”€ App.js
โ”‚    โ”œโ”€โ”€ App.css
โ”‚    โ”œโ”€โ”€ index.js
โ”‚    โ””โ”€โ”€ index.css
โ”œโ”€โ”€ package.json
โ””โ”€โ”€ yarn.lock

At the end of the project, following topics are to be covered;

  • HTML
  • CSS
  • JS
  • ReactJS
  • Styled Components
  • Material-UI

Installation

To run this project;

  • Signup https://developer.edamam.com/edamam-docs-recipe-api and get api key and id.
  • Create a .env file and set your REACT_APP_API_KEY and REACT_APP_API_ID:
  • After these you can run the project as usual =>
$ git clone https://github.com/esadakman/reactjs-recipe-app.git
$ cd ./recipe-app
$ npm install / yarn
$ npm start / yarn start

Preview of the Project

recipe

reactjs-recipe-app's People

Contributors

esadakman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.