An open API service indexing awesome lists of open source software.

https://github.com/tkovs/pokemon-weather

A solution to the Pokemon Weather Test from Online App
https://github.com/tkovs/pokemon-weather

Last synced: about 1 year ago
JSON representation

A solution to the Pokemon Weather Test from Online App

Awesome Lists containing this project

README

          




Pokemon Weather


This is just another solution to the Pokemon Weather Test, a front-end coding challenge from Online App. The exercise is described [here](/repo/exercise.md).


GitHub top language
GitHub language count
GitHub commit activity
Repository size



GitHub last commit


Repository issues

GitHub

Build Status




Technologies   |   
How To Run   |   
Screenshots   |   
License

## :rocket: Technologies

This project was developed with the following technologies:

- [PreactJS](https://preactjs.com/)
- [Deno](https://deno.com/)
- [Fresh](https://fresh.deno.dev/)
- [Docker](https://www.docker.com/)

## :information_source: How To Run

To clone and run this application, you'll need [Git](https://git-scm.com).

### Using docker

You only need to have the [Docker](https://www.docker.com/) installed.

```bash
# soon...
```

### Run by your own

You need to have the [Deno](https://deno.com) installed on your computer. From
your command line:

```bash
# Clone this repository
$ git clone https://github.com/tkovs/pokemon-weather
# Or
$ gh repo clone tkovs/pokemon-weather

# Go into the repository
$ cd pokemon-weather

# Run the app
$ deno task start

# Run the tests
# soon...
```

## :camera: Screenshots

### Homepage

![image](/repo/screenshot.png)

### 404 page

![image](/repo/404.png)

## :memo: License

This project is under the MIT license. See the
[LICENSE](https://github.com/tkovs/pokemon-weather/blob/master/LICENSE) for more
information.

---

Made with ♥ by tkovs :wave: [Get in touch!](https://www.linkedin.com/in/tkovs/)