https://github.com/irfiacre/lala-tech-ui
https://github.com/irfiacre/lala-tech-ui
next reactjs typesc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/irfiacre/lala-tech-ui
- Owner: irfiacre
- License: mit
- Created: 2025-02-15T18:48:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T20:28:41.000Z (over 1 year ago)
- Last Synced: 2025-07-21T16:58:20.607Z (12 months ago)
- Topics: next, reactjs, typesc
- Language: TypeScript
- Homepage: https://larental.netlify.app/
- Size: 2.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# laRental
## Overview
This is a fullstack a web-based application designed to manage rental properties. It allows two types of users—hosts and renters—with different functionalities:
| **Functionality** | **Hosts** | **Renters** |
| --------------------- | -------------------------------------------- | ------------------------------ |
| **Authentication** | Log in using Google Auth. | Log in using Google Auth. |
| **View Properties** | View a list of their properties. | View all available properties. |
| **Manage Properties** | Create, update, view, and delete properties. | N/A |
| **Bookings** | Can also view bookings | Can book properties. |
| **Booking Actions** | N/A | Confirm or cancel bookings. |
#### Tech stack
- Typescript
- NextJS
- React
# Backend
Link: https://github.com/irfiacre/Lala-Tech-Backend