Skip to content

CaturAgeng/WeRent-FE

Repository files navigation

WeRent Project

WeRent is an application aimed at simplifying and improving the process of renting clothes. WeRent is designed for individuals looking to rent clothes, including young professionals, fashion students, social media influencers, event planners, and travelers. The platform caters to users who value transparency, reliability, and ease of use in the clothing rental process.

Problem Statement

WeRent addresses issues such as complex user flows, unreliable product quality, inaccurate product descriptions, and difficulties in assessing the condition of rental items.

🎯 Goals

By implementing a user-friendly review page, WeRent enhances transparency and user trust, allowing potential renters to make informed decisions based on the feedback and experiences of previous users.

📁 Folder Structure

|-- WeRent-FE/
|   ├── api/
|   ├── app/
|   ├── assets/
|   ├── config/
|   ├── features/
|   |       ├── add-product
|   |       ├── base
|   |       ├── home
|   |       ├── login
|   |       ├── product
|   |       ├── rate
|   |       ├── register
|   |       ├── review
|   |       └── index.ts
|   ├── provider/
|   └── public/
|-- README.md

Installation

  1. Clone the repository
git clone <repository_url>
  1. Install Project Dependencies
$ npm install

🏁 Usage/Examples

Running the App:

# development
$ npm run start

🚀 Features

  • Register
  • Login
  • Product
  • Image Slide View
  • Choose Size
  • Like
  • Choose Product
  • Rating
  • Review

📖 Documentation

Register

Resgister

Login

Resgister

Product

Resgister

Product

Resgister

Rating

Resgister

Review

Resgister

DEPLOYMENT

This Project has been deploy using Vercel: WeRent App

WeRent App

Back to top