Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purwar1997/vanlife
Static website that allows users to view information about rented vans.
https://github.com/purwar1997/vanlife
firebase firestore react-router-v6 reactjs
Last synced: about 2 months ago
JSON representation
Static website that allows users to view information about rented vans.
- Host: GitHub
- URL: https://github.com/purwar1997/vanlife
- Owner: purwar1997
- Created: 2023-04-28T14:07:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-10T15:53:41.000Z (2 months ago)
- Last Synced: 2024-11-10T16:39:09.611Z (2 months ago)
- Topics: firebase, firestore, react-router-v6, reactjs
- Language: JavaScript
- Homepage: https://vanlife-psi.vercel.app/
- Size: 3.1 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vanlife
![static-badge](https://img.shields.io/badge/built_with-love-red?style=for-the-badge)
![static-badge](https://img.shields.io/badge/status-success-limegreen?style=for-the-badge)## 0. Table of Contents
1. [Overview](#1-overview)
2. [Screens in this website](#2-screens-in-this-website)
3. [Tools and technologies used](#3-tools-and-technologies-used)
4. [Live Link](#4-live-link)## 1. Overview
Vanlife is a static web application that enables users to browse detailed information about available rental vans. It is built with `React` and utilizes `Firebase Firestore` for data storage.
![preview](./media/preview.png)
## 2. Screens in this project
- Authentication pages
- Signup page
- Login page
- Home page
- About page
- Vans page
- Single van page
- Dashboard page
- Income page
- Host vans page
- Single host van page
- Reviews page## 3. Tools and technologies used
- Create React App to initialize React project
- Vanilla CSS to style UI components
- React Router v6 to implement client side routing
- Firebase Firestore for data storage
- Vercel for deployment## 4. Live Link
Vanlife is deployed on Vercel. **Live link** of the deployed project - [click here](https://vanlife-psi.vercel.app/).