Table of Contents
Basic House Rent App created for self-learning and showcase purpose.
Features :
-
Foolproof authentication and responsive for multiple screens 😄
-
Scalable image upload functionality (Cloudinary)
-
Hybrid App (one codebase for Android / ios / Web )
-
Infinite scrolling (Experimental)
Following Frameworks are used to make this project
To get a local copy up and running follow these steps.
Install Node v14+
-
npm
npm install npm@latest -g
-
Ionic CLI
npm install -g @ionic/cli
-
Clone the repo
git clone https://github.com/webdevtut/firecnc.git
-
Install NPM packages
npm install
-
Get Firebase Authentication Keys → here
-
Get Cloudinary Keys for image upload → here
-
In base folder run the command
ionic serve
-
To generate android build
-
First generate Angular Ionic build
ionic build
-
Then generate Andoid build
npx cap add android
Install apk provided in zip file → here Create account and login to see the example🤗.
For more examples, please refer to the Documentation
- Create place to list for rent Functionality
- Firebase Authentication Integration.
- Image upload scalable with cloudinary.
- Implement State management using RXJS (Reactive Login / Logout Functions)
- Real time Firebase JSON Database integration
- Multiple device support Camera Integration
- Cancel Booking Functionality
- Create Android Bundle (.APK) and upload as release
- Add Features for User Accessibility
- Google / Mapbox Map for place to rent location.
- Contact and chat with Landlord
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Your Name - @tushar-web-dev - tusharlookingforjob@gmail.com
Zipped APK Link: https://github.com/webdevtut/firecnc/files/11513724/firecandc.zip
Useful links