About the project | Technologies | Getting started | License
React native application focused on cars management
Technologies that I used to develop this mobile application
- Expo
- React Native
- TypeScript
- React Navigation
- React Hook Form
- Yup
- Styled Components
- Axios
- Eslint
- Prettier
- EditorConfig
- Lottie React Native
- React Native Reanimated
- React Native Dotenv
- NodeJs
- Expo installed
- Expo Go or Android Studio installed
Clone the project and access the folder
$ git clone git@github.com:Guribeiro/app-cars.git && cd app-cars
Follow the steps below
# Install the dependencies
$ yarn
#Add a .env file on the project root folder
# Just like in .env.example file
# Make sure you fill in the API_URL environment variable in the .env file
#.env.example
API_URL=API-URL-HERE
#For running it on your phone, make sure you've installed Expo Go
# Start the application
$ yarn start
#Open the Expo Go on you phone and select the app-cars project
#For running it on emulator, make sure you've installed Android Studio
#Step 1 - Click on 'More Actions' > 'Virtual Device Mananger'
#Step 2 - Launch an existing AVD or click on create and add a device
#After all this steps you can start the application
$ yarn android
#The App will be shown on the Emulated Device
This project is licensed under the MIT License - see the LICENSE file for details.
Made with 💜 by Gustavo Henrique 👋 See my linkedin