Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/brijenmakwana/shopping-app-rapidbox-clone

expo mobile-app rapidbox react-native react-navigation styled-components typescript

Last synced: 23 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# Rapidbox App Clone (Shopping App)

## Table of contents

- [Overview](#overview)
- [Screenshots](#screenshots)
- [Run the project](#Run-the-project)
- [Built with](#Built-with)

## 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