/MelodyRentals-FrontEnd

This is our React melody rentals project. It is an instrument rental website and it consumes our custom Rails API. A user can view the traditional instruments available for rent. They can also sign up and make a reservation on any desired instrument. Each rental has a daily charge from the pickup date till the return date.

Primary LanguageJavaScriptMIT LicenseMIT

logo

📗 Table of Contents

📖 Melody Rentals Frontend

melodyrentals-logo

Melody Rentals Frontend is a musicial instruments rental application where the user can register new accounts, login and reserve a set of different instruments. It is built and connected by using two different repos, including Back-end(Rails) and Front-end(React/Redux).

🛠 Built With

Tech Stack

Client
Server
  • Rails API
Database

Key Features

  • [Cars page display]
  • [Reservation for luxary cars]
  • [Login and Registration using API endpoint]

(back to top)

Website Mockup 📱 💻 🖥️

(back to top)

Rails Backend

(back to top)

Kanban Board

  • We are a group of 5 people, So we have devided each task for track of the project.

Kanban Board

(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: Git and Node.js installed on your computer.

Install

Install this project with:

  npm install # to install all the dependencies

Usage

To run the project, execute the following command:

   npm start # for running the project in development mode
   npm run build # for building the project for production

Run tests

  npm test  # for running the tests

(back to top)

👥 Authors (5 Micronauts)

👤 Farida Hamid

👤 Megha Bodke

👤 Tracy Musongole

👤Elie Harfouche

👤 Bantealem Geto

(back to top)

🔭 Future Features

  • [Make a 3D display of each car on Details Page that can be rotated]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

We would like to thank:

Under the the Creative Commons liscense

image

Original design from Murat Korkmaz on Behance

(back to top)

❓ FAQ

  • How I can install vite?

    • You can install vite by running npm install -g vite in your terminal.
  • How I can run this project?

    • After cloning repository, run npm install to install all dependencies. Then run npm start to run the project.
  • How I can run tests?

    • After cloning repository, run npm install to install all dependencies. Then run npm test to run the tests.

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)