/donuschallenge

Primary LanguageJavaScriptMIT LicenseMIT

Delivery Product

your-delivery

Summary

Architecture

.
├── ...
├── src                    
│   ├── assets          # Images
│   ├── components      # Basic components for building the project (touchable, inputs, blocks, etc.)
│   ├── constants       # Consts to use throughout the project (font sizes, colors, etc.)
│   ├── navigation      # Configure routes, bottom tabbar to redirect to each screen
│   ├── screens         # Project screens
│   └── App.js          # App Loader
└── ...

Built With

Installation

Step 1

👯 Clone this repo to your local machine using: https://github.com/anaarezo/donuschallenge.git

Step 2

Open the terminal and access the project folder ./donuschallenge.

Step 3

Run yarn or npm to install the required packages (I recommend yarn)

For Yarn users:

$ yarn

For NPM users:

$ npm install

Step 4

Run expo and scan the QRCode at the screen

Yarn user:

$ yarn start

Npm user:

$ npm start

if none works try:

$ yarn expo start

Comments:

  • I didn't have time to write tests for all possible components, I wrote just a few to exemplify.

Author

Ana Arezo