- People can come and register then list their home or apartment for rent or sale. They can also add it as a special offer.
- Using firebase for backend (It's an all in one platform that gives us a database, authentication and file storage too).
This project was bootstrapped with Create React App.
npm install
To run app in development mode (http://localhost:3000)
npm start
To build app for production
npm run build