A React Native application to register and search for used automotive parts. TCC project.
Create a mobile application where users can register or search for used automotive parts, making it easier to find the desired part for your car.
- Register and log in as company or user;
- Custom home screen based on user type;
- Register and update parts as company;
- Searches with filters;
- Chat between user and company about a especific automotive part.
To clone and run this application, you'll need Git, Node.js and NPM/Yarn installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/alexxfreitag/mobile-peca-facil
# Go into the project folder
$ cd mobile-peca-facil
# Install dependencies and run
$ yarn install
$ yarn start
Made with 💜 by Alex Freitag.