This is a challenge by Coodesh
Project about a decoration store mobile app, being able to see the list of products and being able to edit and delete them
- Yarn - Package Manager
- Expo - React-Native app with Typescript
- Supabase - Backend
- React-Query - Data fetching (In some cases, state management)
- Context API - State Management
- React-Navigation - Navigation
- Styled-Components - Style
- Axios - API calls
- Yup - Form Validation
- Unform - Form Handler
These instructions will give you a copy of the project up and running on your local machine for development and testing purposes. There is an apk file available for download if you want to test outside the development environment in the last section of the read me.
Requirements for the software and other tools to build, test or run the project
Clone repository
https://github.com/ogawaluan/decoration-store-app.git
Go to project repository
cd decoration-store-app
Install dependencies
yarn
Run project
yarn start
And scan QRCode with Expo Go app to run the app in your device!
If you want, the apk is available at this link, just download and use it.