Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdsajalali/real-estate-grovy
This is a React-based real estate website as part of an internship project.
https://github.com/mdsajalali/real-estate-grovy
daisyui firebase-auth google-fonts html5 react-icons react-responsive-carousel tailwindcss
Last synced: 26 days ago
JSON representation
This is a React-based real estate website as part of an internship project.
- Host: GitHub
- URL: https://github.com/mdsajalali/real-estate-grovy
- Owner: mdsajalali
- Created: 2023-09-11T04:55:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-18T16:41:35.000Z (12 months ago)
- Last Synced: 2024-01-18T18:49:19.587Z (12 months ago)
- Topics: daisyui, firebase-auth, google-fonts, html5, react-icons, react-responsive-carousel, tailwindcss
- Language: JavaScript
- Homepage: https://real-estate-grovy.vercel.app
- Size: 1.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real-State_Grovy
## 🌐 Project Purpose
### This is a React-based real estate website as part of an internship project.
#### Live Link: [Real-Estate-Grovy](https://real-estate-grovy.vercel.app/)
## Used Technologies
- [x] HTML
- [x] TAILWINDCSS
- [x] REACT.JS
- [x] [DaisyUI](https://daisyui.com/)
- [x] Carousel: [React-Responsive-Carousel](https://react-responsive-carousel.js.org/)
- [x] Authentication: Firebase (Login)
- [x] Fonts: Google Fonts (Montserrat, Open Sans)
- [x] Icons: [React-Icons](https://react-icons.github.io/react-icons/)### 💻 Getting Started
1. Clone the repository:
```bash
git clone https://github.com/mdsajalali/real-estate-grovy.git
```2. Install dependencies:
```
cd real-estate-grovy
npm install
```3. Create a .env.local file in the root and paste the following code:
```
VITE_apiKey=AIzaSyDJ_7zMwX9jCpsUFcpi_OWm6xN4i6FLJfc
VITE_authDomain=app-e071e.firebaseapp.com
VITE_databaseURL=https://app-e071e-default-rtdb.firebaseio.com
VITE_projectId=app-e071e
VITE_storageBucket=app-e071e.appspot.com
VITE_messagingSenderId=810383724170
VITE_appId=1:810383724170:web:9508517e609a315e15a773
```4. Run the development server:
```
npm run dev
```