- Wiser mobile application developed for Login Challenge.
Technologies that I used to develop this mobile client
- ReactJS
- TypeScript
- React Native
- React Navigation
- UnForm ๐
- Yup
- Styled Components
- Axios
- Prettier
- Redux
- json-server
Clone the project and access the folder
$ git clone https://github.com/leolivm/wiser && cd wiser
Follow the steps below
# Install the dependencies and json-server to mock the API
$ yarn
$ npm install -g json-server
# Be sure the run the API
$ json-server db.json -m ./node_modules/json-server-auth -p 3333 -w
# If you are going to emulate with Android, run this command, but stay tuned because the project was developed using the iOS Simulator
# Be sure to have the emulator open
$ yarn android
# If you are going to emulate with ios, run this command
$ yarn ios
Make sure to use the data found in the db.json file
# email: leandro@email.com
# password: 123456
Made with ๐ by Leandro Martins ๐ See my linkedin