belmeetmule / homely

Homely is a booking application that enable users to view list of houses, add and remove houses, book a visit and see bookings. Homely is designed in such a way that the front-end is decoupled from the back-end to make it scalable and maintainable. Built using Ruby on Rails back-end and React front-end.

Home Page:https://homelyheaven.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Hello React Frontend


Homely-frontend is an implemention of a connection between Ruby on Rails back-end and React front-end. Homely-backend handles the backend API, and Hello React Frontend handles the frontend UI to display a random greeting message.

Kanban Board

We are a team of 4 members.

Kanban Board

Screenshot of of the initial state of the Kanban board

236180746-4812d9c4-2204-47ea-9a9c-10adf7b3c6a6

236180950-a9b6aa9d-3973-4424-9cc1-f9f9f00f0917

πŸ›  Built With

Tech Stack

Client
Server

Key Features

  • Booking a house reseravtion.
  • Add a new house.
  • Delete a house.
  • My reservations page only for the logged-in users.
  • Responsive Design.
  • State Management using Redux toolkit.
  • Use latest ES6 modules.
  • Design inspired by a Behance App design.
  • Axios for making HTTP requests from the server.
  • Use Swiperjs library to create the slider for the main-page.

(back to top)

πŸš€ Live Demo

(back to top)

πŸ’» Getting Started

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

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

  git clone git@github.com:Wahaj-Ali/homely-frontend.git
  cd homely-frontend

Install

Install thr project dependencies with:

  npm install

Usage

To run the project, execute the following command:

  npm start

Run tests

To run the test, execute the following command:

  npm test

Deployment

You can deploy this project using:

  npm run deploy

(back to top)

πŸ‘₯ Author

πŸ‘€ Chukwuma Paul Mosanya

πŸ‘€ Wahaj Ali

πŸ‘€ Mulugeta Belete

πŸ‘€ Akhror Valiev

(back to top)

πŸ”­ Future Features

  • Add more details about the houses.
  • Add a search bar to search for houses.
  • Update the style for a modern design.

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project and want to support me make cooler projects Give this project a Star.

(back to top)

πŸ™ Acknowledgments

Thank you to Murat Korkmaz for the design ideas provided.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

Homely is a booking application that enable users to view list of houses, add and remove houses, book a visit and see bookings. Homely is designed in such a way that the front-end is decoupled from the back-end to make it scalable and maintainable. Built using Ruby on Rails back-end and React front-end.

https://homelyheaven.netlify.app/

License:MIT License


Languages

Language:JavaScript 71.3%Language:SCSS 20.6%Language:CSS 5.4%Language:HTML 2.7%