Skip to content

πŸ” Application built with React Native in order to show data from a products api

License

Notifications You must be signed in to change notification settings

ItsJuniorDias/Foodie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Foodie

code challanger

signIn signUp Home HomeNew

Tools

  • Axios were used for consumption by Api
  • Styled-component to work with customizable components
  • Typescript as a development language facilitating the definition of types
  • React-Navigation for navigation between screens
  • Yup for form validation
  • React-hook-form to capture and set input values

Installing dependencies

$ cd foodie 
$ yarn 
or
$ npm install

Server

  • The application is consuming an api of mocks, using json-server, you run the server with the following command:
$ yarn server

Mobile

  • You need to have Android Studio installed and configured and your computer to run APP React Native;
  • With all dependencies installed and the environment properly configured, you can now run the app;
  • With Android Studio running and Emulador open:
  • Run the application only on the Android emulator, the requests for the physical device are not working

Android

$ cd foodie 
$ expo start 

About

πŸ” Application built with React Native in order to show data from a products api

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published