/carsmarket

Primary LanguageTypeScript

DoWhile 2021

📝 About

This project consists of a mobile app, whose main functionality is car sales advertisements. It was developed using Expo (React native) and has features such as: authentication, user creation, listing of brands and ads, ad registration and ad details. An API was also developed in Nodejs with Prisma, in another private repository

🔎 Preview

🚀 Getting Started

Install project with npm

  # Clonning project
  $ git clone https://github.com/pedrogomes1/carsmarket && cd carsmarket
  
  # Install the dependencies
  $ npm install

  # Start app
  $ npm start

  # Running app:
  # To run the project you need to have an iOS or Android emulator running.
  # To run with iOS, right after npm start press the I key and wait for expo to run the app inside the emulator
  # To run with android, right after npm start press the A key and wait for expo to run the app inside the emulator
  # To run on the physical device, download Expo Dev from the App store / Google play
  # And scan the QR code that will appear after running the npm start command