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
- Host: GitHub
- URL: https://github.com/tkovs/pokemon-weather
- Owner: tkovs
- Created: 2024-01-04T11:59:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T12:02:50.000Z (over 2 years ago)
- Last Synced: 2025-02-12T12:19:00.334Z (over 1 year ago)
- Language: TypeScript
- Size: 424 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).
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

### 404 page

## :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/)