/dreamred-challenger

github search and weather geolocalisation

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Dreamred challenger 😉

About

A Search app to find github repositories.

Screenshots

page overview

Features

  • Layout based on mobile users.
  • micro-front-end architecture.
  • Unitary test with jest and storybook.

Technologies

The following tools were used in this project:

Requirements

Before starting 🏁, you need to have Git and Node installed, and an account on weather api to access the weather public api.

After created your account on the Weather org you'll have to get your private api key and fill up the .env file with your key.

Starting

# Clone this project
$ git clone git@github.com:Thiago-spart/dreamred-challenger.git

# Access
$ cd dreamred-challenger

# Install dependencies
$ npm i

# Run the project in developer mode
$ npm run dev

# The server will initialize in <http://localhost:3000>

License

This project is under license from Apache. For more details, see the LICENSE.

Made with ❤️ and ☕

Back to top