ravirojha / bike-rental-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bike Rental Application

Link to Backend - https://github.com/ravirojha/bike-rental-backend
Live app link - https://rentabike.netlify.app/.

Technologies Used

Frontend

-> Reactjs.
-> Material UI.
-> Other libraries including React Router, jsonwebtoken, moment, react cookie etc.

Backend

->NestJs.
->Typeorm.
->Sqlite3.
->Joi for validation.

There are 2 users :- Regular user and Manager.

Manager can

-> Create, Read, Update and Delete bikes.
-> Create, Read, Update and Delete users and managers.
-> See all the users who reserved a bike and the period of time they did it.
->See all the bikes reserved by users and period of time they did it.

Users can

-> See a list of all available bikes for specific dates.
-> Filter by model, color, location or rate averages.
-> Reserve a bike for specific period of time.
-> Rate the bike with a score of 1 to 5.
-> Cancel a reservation.

About


Languages

Language:JavaScript 95.5%Language:HTML 2.8%Language:CSS 1.6%