This AutoFinder app allows users to view, search, and manage car listings. It features seller functionalities for adding and managing car listings, and buyer features for browsing, searching, and viewing detailed information about cars. Built with React Native, Expo, and Appwrite, the app provides a seamless experience for both sellers and buyers.
-
Seller Features:
- Add, edit, and manage car listings with details like car model, price, condition, mileage, etc.
-
Buyer Features:
- Browse cars for sale
- Search cars based on model, year, price, mileage, and condition
- View detailed car information
- "Buy Now" option
- React Native for building the mobile interface
- Expo for rapid development and testing
- Appwrite for backend database and authentication
- Node.js (server-side) for various backend services
-
Clone the repository:
git clone https://github.com/yourusername/Autofinder.git cd Autofinder
-
Install dependencies:
npm install
-
Set up the Appwrite backend with your project ID and database collection ID in
api/appwrite.js
. -
Run the project:
expo start
- Sellers can add and manage their car listings.
- Buyers can search and filter listings, view car details, and purchase cars through the app.
Feel free to open issues and submit pull requests to improve the project!