Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chiragsaini/django-reactjs-realest-estate
https://github.com/chiragsaini/django-reactjs-realest-estate
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/chiragsaini/django-reactjs-realest-estate
- Owner: ChiragSaini
- Created: 2020-07-02T06:21:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:48:04.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T12:59:58.016Z (over 1 year ago)
- Language: JavaScript
- Size: 20.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Realest Estate
### Webapp for posting your ads created using ReactJS and Django### Technoliges Used
Front End: ReactJSBack End: Django and Django Rest Framework
Database: PostGreSQL
### Screenshots
* Home Page with Search Form
![HomePage](/screenshots/home.png)
* Home Page with Search Form with Results
![HomePage](/screenshots/home_search_results.png)
* All Listings Page
![HomePage](/screenshots/all_listings.png)
* Listngs Detail Page
![HomePage](/screenshots/details1.png)
* Listngs Detail Page, inner screenshots
![HomePage](/screenshots/details.png)
* Login Page
![HomePage](/screenshots/login.png)
* Sign Up Page
![HomePage](/screenshots/signup.png)
* About page
![HomePage](/screenshots/about.png)
* Meet the Team
![HomePage](/screenshots/team.png)
* Contact Us
![HomePage](/screenshots/contact.png)### Some taks that are remaining
- [ ] Pagination on all listings page not working properly.(Page Numbers, Next and previous are working fine)
- [ ] Add Social Auth(Google)