Educational project on how to recreate the Rappi UI.
# clone this repo
$ git clone https://github.com/felipecespedes/rappi-ui-clone.git
# change directory to your app
$ cd rappi-ui-clone
# install dependencies with npm or yarn
$ npm install
# or
$ yarn
# run react native
$ react-native start
# open your simulator and run
$ react-native run-android
# or iOS
$ react-native run-ios
- Home Screen
- Drawer Menu
Important note: This is merely an educational project on how to write frontend code and it is not a functional product by any means
- Felipe Céspedes - felipecespedespisso@gmail.com - felipecespedes
If you found this project helpful and want to sponsor me for creating and sharing more educational open-source projects, please consider buying me a cup of coffee
This project is licensed under the MIT License - see the LICENSE file for details