https://github.com/innovatixhub/propertie
React real estate website with Contentful CMS.
https://github.com/innovatixhub/propertie
bootstrap contentful context-api gsap3 javascript react react-icons react-router react-transition-group real-estate
Last synced: about 2 months ago
JSON representation
React real estate website with Contentful CMS.
- Host: GitHub
- URL: https://github.com/innovatixhub/propertie
- Owner: innovatixhub
- Created: 2024-11-22T13:56:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-22T14:09:30.000Z (over 1 year ago)
- Last Synced: 2025-10-29T00:35:00.973Z (7 months ago)
- Topics: bootstrap, contentful, context-api, gsap3, javascript, react, react-icons, react-router, react-transition-group, real-estate
- Language: JavaScript
- Homepage: https://propertie.netlify.app/
- Size: 9.31 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REAL ESTATE REACT WEBSITE
### Real estate responsive website with full functional apartment filters and Contentful CMS.

## General info
This frontend application works together with this
[rails application](https://github.com/Strevitz)
## Tech info
- The real estate website was written in **React**. I used **Context API** for better data flow in application.
- In a project, I wanted to learn content flow and how to build simple filter components, apartments details. Also I learned how to use **React-Icons** to style icons directly in React components and **React-Hamburger** plug in.


## Technologies
- Javascript
- Contentful
- React
- React Router
- React-Transition-Group
- React-icons
- Context API
- Bootstrap-React
- GSAP
- Jest
## Setup
To run this project, install it locally using npm:
```sh
$ npm install
$ npm start
```
## Link to app
Go to this [link](https://propertie.netlify.app/) and choose your favourite apartment.
## Link to Rails Application
[rails application](https://github.com/Strevitz/real-estate-website)