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
This project consists in a api and a web client. we'll install and run both.
- clone the repo
git clone https://github.com/euliveiras/woovi-frontend-jr-challenge.git
- next, we'll change to the api folder
cd api
- install the dependencies
npm i
- and run in development mode
npm run dev
- change working directory to the web folder
cd ../web
- install the dependencies
npm i
- and run in development mode
npm run dev
Technologies used in this project.
This project is under MIT license.
- author: matheus oliveira da silva
- linkedin -> linkedin/euliveiras
- email -> [email protected]