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.
- Host: GitHub
- URL: https://github.com/oguzsh/guvendeyim-app
- Owner: oguzsh
- Created: 2020-01-29T09:35:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T01:29:33.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T01:05:22.475Z (over 1 year ago)
- Topics: javascript, react, react-native, reactjs
- Language: JavaScript
- Homepage:
- Size: 3.37 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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).