/hotelhouse_frontend

It is a website about Buying and Renting your sweet home. Here we provide catalogs of houses and homes in various categories. Here I fetch data from By Backend Data via API Link. https://github.com/Deepakdanger/hotelhouse_backend

Primary LanguageJavaScript

In-Home Website

It is the website about Buying and Renting your sweet home.Here we provides catalogs of houses and home in various categories. Here I fetch data from By Backend Data via API Link. Here I've used different animation in CSS to improve my website UI framework.

Home Screen Login Screen House List Screen Favourite List Screen

Built With

  • Javascript
  • React
  • Redux
  • CSS Bootstrap
  • Rails
  • Ruby

Live Demo

Click on the link below for accessing the deployed website.

Backend

In-Home

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/hotelhouse_frontend.git
  1. Change directory inside project
cd hotelhouse_frontend
  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:3002 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