- Open your terminal and clone the project with:
git clone https://github.com/enzoodev/vendinha.git
- Open the project in your code editor and install the dependencies with:
yarn
ornpm install
- Run
npx expo start
to start the project - Then download the Expo Go app for Android or iOS if you want to emulate the app on your physical device, or use an Android emulator/iOS simulator to use the app.
- react-navigation to implement bottom-tabs/stack navigation between screens.
- axios for API integration.
- react-hook-form for simple and performant form validation.
- styled-components for building styled components.
- brazilian-values to handle formatting and validation of dates, values, and CPF.
- eslint and prettier to write higher quality and more organized code.