Skip to content

Tejas-Ladhani/superFoodie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

SuperFoodie

summer with food & music.😍🤩
View Demo · Report Bug ·

About The Project

A web application where you can listen to FM music/Radio and find your favorite recipes at the same time. What better thing to do on a hot summer day😎.

Built With

Getting Started

  1. Clone the repo

    git clone https://github.com/Tejas-Ladhani/superFoodie.git
  2. Install NPM packages

    npm install
    yarn install
  3. Create edamam app & get API keys from https://developer.edamam.com/

  4. Enter your API in ./src/containers/recipe/index.js

    const YOUR_API_KEY = 'ENTER YOUR API';
  5. In the project directory, you can run:

  • npm start

    Runs the app in the development mode.
    Open http://localhost:3000 to view it in the browser.

    The page will reload if you make edits.
    You will also see any lint errors in the console.

  • npm test

    Launches the test runner in the interactive watch mode.
    See the section about running tests for more information.

  • npm run build

    Builds the app for production to the build folder.
    It correctly bundles React in production mode and optimizes the build for the best performance.

    The build is minified and the filenames include the hashes.
    Your app is ready to be deployed!

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.