Skip to content
/ wiser Public

πŸ–₯ mobile platform of wiser application - made with react native, styled-components, unform and redux

Notifications You must be signed in to change notification settings

leolivm/wiser

Repository files navigation

Logo

React Native Application for Wiser project

Repository size

πŸ‘¨πŸ»β€πŸ’» About the project

  • Wiser mobile application developed for Login Challenge.

πŸš€ Technologies

Technologies that I used to develop this mobile client

πŸ’» Getting started

Requirements

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

About

πŸ–₯ mobile platform of wiser application - made with react native, styled-components, unform and redux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published