Skip to content

This a public preview of my projet for Natalia Guzun's website in JavaScript and Symfony 6.

Notifications You must be signed in to change notification settings

CN-Works/Real-Estate-WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 

Repository files navigation

Real Estate Web App

This a public preview of my projet for a reak estate website using JavaScript and Symfony 6.
For legal reasons I can't publish the whole project, but here are a few pieces of code to give you an idea about how I completed the tasks.
Below are images of the site and code snippets and others details about the application's main functions.

Home page

Loading animation

Properties

Related features


- Creating properties with images import (Banners, images)
- Editing, Deleting (if Admin)
- Show informations (rooms, bathrooms, description...)
- Like button
- A nice and smooth caroussel

Profile

Related features


- Creating an account
- Editing it, changing the profile picture
- Access to liked properties
- Meetings overview

Meetings

User side

Real Estate side

Code snippets

Uploader Service and File management


- Uploading images from a form view.
- Saving them into objects.
- Deleting them when they're no longer used.

Meetings management


- Verifying user's date input, cancel meeting unwhitelisted dates (sunday for exemple) or previous days.
- Storing meetings demands in database, then accepting them and choosing the time (datetime) after a phone call with the client.
- Then, displaying all the meetings in the calendar using JSON to convert data from php table to javascript (for FullCalendar JS).

About

This a public preview of my projet for Natalia Guzun's website in JavaScript and Symfony 6.

Resources

Stars

Watchers

Forks