Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffascript/nextjs-houselisting
A House listing app with Next.js + TS, Mapbox, Firebase, Prisma, GraphQL & PostgreSql
https://github.com/jeffascript/nextjs-houselisting
Last synced: 10 days ago
JSON representation
A House listing app with Next.js + TS, Mapbox, Firebase, Prisma, GraphQL & PostgreSql
- Host: GitHub
- URL: https://github.com/jeffascript/nextjs-houselisting
- Owner: jeffascript
- License: mit
- Created: 2021-06-14T22:12:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T04:24:21.000Z (almost 2 years ago)
- Last Synced: 2024-11-15T06:15:08.259Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.52 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# House Listings in Berlin
## Start in DEV
```
npm run dev```
OR
```
yarn run dev
```## Start in PRD
```
npm start```
OR
```
yarn start
```# TODO
[ ] - restyle the app with glassmorphism design
[ ] - restyle the signin firebaseui with global css reset (firebaseAuth.tsx)
[ ] - seed postgres with data from listing API/ Json Berlin -- Maybe Zillow.
[ ] - Styling for Darkmode and lightmode
[ ] - Extras...
```
https://github.com/firebase/firebaseui-web-react/tree/e2acfddcfa6fca369eecc7184f8830a9c018631a/example/src
https://www.npmjs.com/package/react-firebaseui```