Abdusaid10 / react-capstone

Meal recipes SPA app built with React.js and Redux

Home Page:https://react-meal-recipes.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-capstone

It is a single-page application, that is browsable. It contains a list of items that can be filtered and accessed to the details of an item. On the home page, there is a list of areas that are available in the API that you can select to see the meals for that area. From there you can choose a meal you want and find the instructions on how to cook that meal.

Technologies Used

  • Node.js
  • React
  • React-DOM
  • React-Create-App
  • Redux
  • npm
  • HTML/CSS
  • ES6
  • ESlint
  • Heroku

Live version

A live version is hosted on Heroku.

Screenshots

Run Locally

To get a local copy up and running follow these simple example steps.

git clone https://github.com/Abdusaid10/react-capstone
cd react-capstone

Install dependencies

npm install

Build project

npm build

Run Locally

npm start

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

πŸ‘€ Author

Abdusaid Abdurasulov

🀝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

  1. Fork it (https://github.com/Abdusaid10/react-capstone/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Show your support

Give a ⭐️ if you enjoyed this project!

πŸ“ License

This project is MIT licensed.

About

Meal recipes SPA app built with React.js and Redux

https://react-meal-recipes.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 80.8%Language:CSS 14.2%Language:HTML 5.0%