This project is a partial replica of Deliveroo website when the project was made (2021). No frameworks UI like Bootstrap or Material UI are used.
Backend project is here: 👉 Backend
Be sure, you have installed all dependencies and applications to run React Native project on your computer : Getting Started with React.
Clone this repository:
git clone https://github.com/Remi-deronzier/deliveroo-frontend.git
cd deliveroo-frontend
Install packages:
yarn install
When installation is complete, launch the project:
yarn start