BrijenMakwana / shopping-app-rapidbox-clone

Rapidbox is an online shopping app. I have build this project from it's design.I made an effort to mirror the design of the original app exactly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rapidbox App Clone (Shopping App)

Table of contents

Overview

  • Rapidbox is an online shopping app. I have build this project from it's design.
  • You will see multiple products like sneakers, jackets, t-shirts and much more.
  • To render everything beautifully, I designed a number of custom components.
  • React Navigation library is used to add navigation system.
  • I made an effort to mirror the design of the original app exactly.
  • The app only has a frontend design at the moment, and dummy data is being pulled from a data file.

Screenshots

Run the project

First you need to have node and Android Studio install in your machine to run this project and app. Clone this project and open it on any Code Editor or IDE. Then run this command.

npm i

It will install all the dependencies in your system. Then run this command to start the server.

npm start

Now you can view this app on your Android smartphone or Android Emulator

Built with

  • React Native
  • Expo
  • Typescript
  • React Navigation
  • Styled Components

About

Rapidbox is an online shopping app. I have build this project from it's design.I made an effort to mirror the design of the original app exactly.

License:MIT License


Languages

Language:TypeScript 74.6%Language:JavaScript 25.4%