Skip to content

Latest commit

 

History

History
81 lines (57 loc) · 1.78 KB

README.md

File metadata and controls

81 lines (57 loc) · 1.78 KB

Hanging Kitchen

It is the website about Hanging Kitchen which provides catalogs of recipes. Here I fetch data from API Link. Here I've used different animation in CSS to improve my website UI framework.

Home Screen Meals Screen Food Screen

Built With

  • Javascript
  • React
  • Redux
  • CSS Bootstrap

Live Demo

Click on the link below for accessing the deployed website.

Getting Started

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

Prerequisites

  • A browser
  • Node js (optional)

Setup

All code below are for a terminal.

  1. Clone repository:
  $ git clone https://github.com/Deepakdanger/Hanging_kitchen.git
  1. Change directory inside project
cd Hanging_kitchen
  1. In your terminal, run
npm install
  1. After changes, run webpack to build production code.
npm run build
  1. You can also run the following to access the website on http://localhost:3000 in your local computer.
npm run start
  • Press Ctrl + c to exit the npm run start session in your terminal.

Test

For test run npm run test.

Author

Deepak Kumar's GitHub stats

👤 DEEPAK KUMAR

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc