Giter Site home page Giter Site logo

unclebusy / website-recipes Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 41 KB

Our website is a recipe finder built with React and Materialize CSS. It allows users to search for recipes by name or category and save their favorites. With a user-friendly interface and responsive design, it's a go-to destination for food lovers

HTML 6.50% JavaScript 87.29% CSS 6.20%

website-recipes's Introduction

Website with Recipes

website picture

Description

Website with Recipes is a web application that allows users to browse recipe categories, search for recipes by keywords, and get detailed information about each recipe. This is a learning project created to demonstrate skills in working with React and React Router.

Tech Stack

  • React
  • React Router
  • Fetch API
  • Materialize CSS

Installation and Running the Project

  1. Clone the repository:

    git clone https://github.com/unclebusy/website-recipes.git
    cd website-shop
  2. Install dependencies:

    npm install
  3. Run the project:

    npm start

The project will be available at http://localhost:3000

How to Use

  • Go to http://localhost:3000 after starting the project.
  • On the home page, you will see a list of categories. Click on any category to see a list of meals.
  • Use the search field at the top of the page to search for meals by keywords.
  • Click on any meal to see detailed information and the recipe.

Project Structure

website-recipes/
│
├── public/                 # Static files
├── src/                    # Application source code
│   ├── components/         # React components
│   │   ├── CategoryItem.js
│   │   ├── CategoryList.js
│   │   ├── Footer.js
│   │   ├── Header.js
│   │   ├── Meal.js
│   │   ├── MealList.js
│   │   ├── Preloader.js
│   │   └── Search.js
│   ├── pages/              # React pages
│   │   ├── About.js
│   │   ├── Category.js
│   │   ├── Contact.js
│   │   ├── Home.js
│   │   ├── NotFound.js
│   │   └── Recipe.js
│   ├── api.js              # API calls
│   ├── config.js           # Configuration files
│   └── App.js              # Main application component
│
├── .gitignore              # Git ignore files and directories
├── package.json            # NPM scripts and dependencies
└── README.md               # Project documentation

website-recipes's People

Contributors

unclebusy 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.