Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1016 Bytes

README.md

File metadata and controls

43 lines (23 loc) · 1016 Bytes

neon-furnitures

Mobile app built with React Native

Neon furnitures is a mobile app that displays different furnitures from different sellers

Screenshots

Home screen

login

Search screen

        login

Profile screen

        login

Product details screen

Run locally

To install all dependencies, you need to run the following command:

git clone https://github.com/ayomidedaniel1/neon-furnitures.git

cd neon-furnitures

cd frontend

npm install
npm start

cd backend
npm start