Skip to content

euliveiras/woovi-frontend-jr-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

woovi frontend-jr challenge

link to a video on YouTube showing how the application was built

Challenge proposed by woovi which consists in a collection of screen designs listed here. The candidate need to build those screens with React, mobile first, thinking in the edge cases and best patterns in seven days.

woovi-challenge.mp4

Table of content

Installation

This project consists in a api and a web client. we'll install and run both.

api

  1. clone the repo
git clone https://github.com/euliveiras/woovi-frontend-jr-challenge.git
  1. next, we'll change to the api folder
cd api
  1. install the dependencies
npm i
  1. and run in development mode
npm run dev

web client

  1. change working directory to the web folder
cd ../web
  1. install the dependencies
npm i
  1. and run in development mode
npm run dev

Techs

Technologies used in this project.

License

This project is under MIT license.

Contact