Skip to content

hercules-sousa/watchDesign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WatchShop

A simple but well looking(or at least it was supposed to be) watch store for mobile


Sample Screen
Buying Screen
Not Found Animation Screen

💻 Technologies

This project was built using the follow technologies:


👷 How to run

# Clone Repository
$ git clone https://github.com/hercules-sousa/watchDesign.git

📦 Run API

# Go to server folder
$ cd watchDesign/server

# Install Dependencies
$ yarn install

# Run Aplication
$ yarn start

Access API at http://localhost:3333/ or if you wish you can set an environment PORT variable.

📱 Run Mobile Project

To run the mobile project you need a cellphone with expo app installed or a emulator android/ios.
You should fork this repository to your machine. Then, inside of the project's folder run the following commands:

# Go to mobile folder
$ cd watchDesign/mobile

# Install Dependencies'
$ yarn install

# Run Aplication
$ yarn start

Afterwards, read the QRCode with expo app or run on an emulator.