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

https://github.com/oguzsh/guvendeyim-app

This project is an announcement application that states that we are safe in the earthquake.
https://github.com/oguzsh/guvendeyim-app

javascript react react-native reactjs

Last synced: 3 months ago
JSON representation

This project is an announcement application that states that we are safe in the earthquake.

Awesome Lists containing this project

README

          


Logo

# AKUT | Güvendeyim App

This project is an announcement application that states that we are safe in the earthquake.

In this project, the current location of the user is sent to the phone numbers selected by the user.

## Design

- [Figma](https://www.figma.com/file/aJWkSNTQMpzWg6IM7FSm8e/GuvendeyimApp)
- [Behance](https://www.behance.net/gallery/91283811/Guevendeyim-App-Redesign)
- [Dribbble](https://dribbble.com/shots/9803133-AKUT-G-vedeyim-App)

## Content

The repository contains:

- a [React Native](https://facebook.github.io/react-native/) (v**0.61.5**)
- a [React Navigation](https://reactnavigation.org/en/) (v**5**)
- a [React Native SMS](https://www.npmjs.com/package/react-native-sms) (v**1.10.0**)
- a [clear directory layout](#directory-layout) to provide a base architecture
- a [React Hooks](https://reactjs.org/docs/hooks-intro.html)
- [prettier](https://prettier.io/) and [eslint](https://eslint.org/) preconfigured for React Native

## Directory layout

- [`app/components`](app/components): presentational components
- [`app/screens`](app/screens): the application's screens
- [`app/assets`](app/assets): assets (image, audio files, ...) used by the application
- [`app/navigators`](app/navigators): react navigation navigators
- [`app/data`](app/data): project's local json data
- [`app/theme`](app/theme): base styles for the application
- [`app/store`](app/store): store for the application
- [`app/reducers`](app/reducers): reducers for the application
- [`app/actions`](app/actions): actions for the application

## TODO

- [x] All Components
- [x] All Screens
- [x] State Management
- [x] Theme Utilities
- [x] Send Message
- [x] Routing Operations

## License

This project is released under the [MIT License](LICENSE).