Skip to content

DzunN86/SecondHand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Second Hand

Second Hand

Binar Final Project - React Native Class!

🎯 About

This platform is a place for buying and selling goods online, especially used goods. This platform opens and provides various types of need categories. Users who register with this application can act as sellers and buyers by using the same 1 (one) account. This platform will bring together sellers and buyers to be able to negotiate goods and conduct transactions directly outside the platform.

🚀 Main Technologies

React Native     React Navigation     Formik     Redux Logo     Axios Logo     Eslint Logo     Prettier Logo rnfirebase Logo Firebase Logo Sonarcloud Logo

See more

✅ Requirements

Before starting 🏁, you need to be setting up the development environment that already tell in RN Doc here

🏁 Starting

# Clone this project
$ git clone https://github.com/DzunN86/SecondHand

# Install dependencies
$ yarn install

# Run android
$ yarn android

# Run ios
$ yarn ios

# Run Metro server
$ yarn start

🎮 Scripts

  • android: run android
  • ios: run ios
  • start: starts the metro server
  • test: run the tests
  • lint: run eslint in /src
  • cleanG: run clean greadlew
  • buildG: run build assembleRelease

 

Back to top