Skip to content

This is the front end for the renting service where users can create objects and others can create appointments to rent those objects, boats in this case.

Notifications You must be signed in to change notification settings

Metsanpeitto/react_renting-service

Repository files navigation

Microverse final project frontend

Microverse

In this task, we will be working with the real live data from the Microverse_final_project API.

Our task is to build a web application for a boat renting company.

The application requires authentication by the user. No logged in users will have access only to the main page and the account one. If the user sings up he can access the reservation new and index pages as well. And if the user logs in as administrator, he will have access as well to the item new and delete options.

In order to login as administrator just press sign in button and the app will use the deault values, that has administrator role.

Deployed Apps

Frontend Backend

=======

Screenshots

Main page https://i.imgur.com/ueP13ao.png

Signup page https://i.imgur.com/DkMI117.png

Details page https://i.imgur.com/NOJezfx.png

Built With

  • HTML/CSS
  • React.JS
  • Node.JS
  • Microverse final project rails API

Getting Started

If you want a copy of this file go to the github repository and download it from there

Setup

git clone  https://github.com/Metsanpeitto/microverse_final_project_frontend.git
cd ./microverse_final_project_frontend

Install

npm install

Usage

npm start

Verify linters

npx eslint .
npx stylelint "**/*.{css,scss}"

Autofix linters errors

npx eslint . --fix
npx stylelint "**/*.{css,scss}" --fix

Prerequisites

  • Node.JS

Design

The design provided by Murat Korkmaz

Authors

👤 Abraham Rodriguez

👤 Akasha Rojee

🤝 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

  • Microverse for giving me this chance
  • The amazing code reviewers for making me improve every day 👍

License: CC BY-NC 4.0 License: CC0-1.0

About

This is the front end for the renting service where users can create objects and others can create appointments to rent those objects, boats in this case.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published