Skip to content

Commit

Permalink
add readme, generate app icons and publish app
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmasnyairo committed Apr 1, 2021
1 parent c0681d8 commit c6bdce1
Show file tree
Hide file tree
Showing 27 changed files with 66 additions and 17 deletions.
65 changes: 65 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@

# Tembea Kenya

Tembea Kenya is an application that enables users to explore places to visit in Kenya under various categories.

![screenshots of app](/readme-images/screenshots.png)
<details>
<summary> Feature Graphic</summary>

</br>

![feature graphic of app](/readme-images/feature_graphic.png)

</br>

</details>

## Table of contents

- [Features](#features)
- [Downlaod](#download)
- [Explore documentation](#explore)
- [Technologies](#technologies)
- [Requirements](#requirements)
- [Author](#author)

## Features

Features include:

- User can view destinations
- User can add and remove bookmarks
- User can view destination google maps page
- User can view destination wikipedia page

## Explore

Want to explore the process of creating the application? Visit the links below that details the steps taken:

- [Prerequisites](https://cosmasnyairo.medium.com/making-a-places-to-visit-app-using-python-and-flutter-prerequisites-b1449c100ae8)
- [Part 1](https://cosmasnyairo.medium.com/making-a-places-to-visit-app-using-python-and-flutter-part-1-f5e72e06de0f)
- [Part 2](https://cosmasnyairo.medium.com/making-a-places-to-visit-app-using-python-and-flutter-part-2-b0d26253ea59)
- [Part 3](https://medium.com/@cosmasnyairo/making-a-places-to-visit-app-using-python-and-flutter-part-3-3a4bd85f11b6)

## Download

Get the app from [Play store](https://play.google.com/store/apps/details?id=com.tembeakenya.tembea_kenya) or the [Releases page](https://github.com/cosmasnyairo/tembeakenya/releases).

## Technologies

- Python: For webscrapping and API
- Flutter: Frontend and logic of the app
- Figma: Prototyping UI mockups.
- Vscode : Coding

## Requirements

- [Requirements.txt](requirements.txt) contains all the packages that were used for webscraping and the api
- The [Pubspec.yaml](tembea_kenya/pubspec.yaml) file contains all the dependencies that were used in creating of the application

## Author

- Name: Cosmas Nyairo
- Website: <https://cosmasnyairo.herokuapp.com>
- Email : nyairocosmas@gmail.com
Binary file added readme-images/feature_graphic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme-images/screenshots.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 0 additions & 16 deletions tembea_kenya/README.md

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tembea_kenya/assets/l.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tembea_kenya/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tembea_kenya/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ flutter_icons:

flutter_native_splash:
color: "#2F4858"
image: "assets/splash.png"
image: "assets/logo.png"

flutter:
uses-material-design: true
Expand Down

0 comments on commit c6bdce1

Please sign in to comment.