Skip to content

Latest commit

 

History

History
198 lines (117 loc) · 4.87 KB

README.md

File metadata and controls

198 lines (117 loc) · 4.87 KB

📗 Table of Contents

📖 FURNITURE MALL (frontend)

The Furniture Mall App serves as a scheduler for booking appointments at a furniture mall. Users can create an account or log in to browse through a selection of available furniture, complete with pricing and descriptions. They can also submit reservation forms to secure their preferred furniture items. Additionally, users have the option to cancel their reservations. The "Furniture-mall-FrontEnd" is a React-based application designed to serve as the user interface. It interacts with the Furniture-mall-backend, a Rails application that provides the API. The front-end utilizes this API to display furniture data to the user.

🛠 Built With

Tech Stack

Server
Database

Key Features

  • Furniture Catalog: Display a comprehensive catalog of available furniture items, including images, prices, and detailed descriptions.

  • Reservation System: Enable users to select and reserve furniture items through a user-friendly booking system.

  • User Profiles: Allow users to manage their profiles, update personal information, and view their reservation history.

(back to top)

(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:

 - VS Code or any other code editor
 - Chrome or any other browser

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/anbehindY/furniture-mall-frontend.git

Install

Install this project with:

  cd furniture-mall-frontend
  npm install

Usage

To run the project, execute the following command:

  
  PORT=3000 npm start

(back to top)

👥 Authors

👤 Esther Udondian

👤 Prince Nwuke

👤 Massa zoumanigui

👤 Alfie Yang

👤 Osman Wako

(back to top)

🔭 Future Features

  • User will be able to secure payment
  • customer support channels such as chat, email, or phone to assist users with inquiries or issues will be added.

(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 give me a star

(back to top)

🙏 Acknowledgments

We would like to thank Microverse for the learning experience, our coding partners for all needed coorporation and Murat Korkmaz of Behance for the design.

(back to top)

📝 License

This project is LICENSE licensed.

(back to top)