Skip to content

carlos-henrique-dev/challenge-charlie

 
 

Repository files navigation

HU Charlie Challenge

This application was developed as a challenge and it's purpose is to show the user the forecast for the next 3 days for a given city.

Technologies

  • React
  • Webpack
  • Jest
  • SCSS

How to run

First you need to clone this repository

Then just run the following command to install the dependencies and run the project in development mode

 docker-compose -f docker-compose.dev.yml up

To run it in production mode, the command is:

 docker-compose -f docker-compose.prod.yml up

How to test

To run the tests, just run the following command: (make sure you have the dependencies installed)

 yarn test

Examples

Here are some image examples of the application running

Example 1 Example 2

About

Frontend code challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 82.2%
  • SCSS 11.1%
  • JavaScript 5.8%
  • Other 0.9%