Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harish-aka-shivi/super-app
A super learning app which explores the concepts of react-native 📖 ⚛️🤓
https://github.com/harish-aka-shivi/super-app
animation graphql react-native reactjs redux
Last synced: 21 days ago
JSON representation
A super learning app which explores the concepts of react-native 📖 ⚛️🤓
- Host: GitHub
- URL: https://github.com/harish-aka-shivi/super-app
- Owner: harish-aka-shivi
- License: mit
- Created: 2020-02-27T08:41:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:42:09.000Z (almost 2 years ago)
- Last Synced: 2024-10-08T09:23:21.729Z (about 1 month ago)
- Topics: animation, graphql, react-native, reactjs, redux
- Language: JavaScript
- Size: 7.98 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Super-App
A `react-native` app for learning everything related to mobile development using `react-native`## Objectives
- Work a scalable architecture for react native project.
- Experiment with various react and react-native libraries.
- Make cool animations.## Features
The project structure is inspired by [react-boilerplate](https://www.reactboilerplate.com/) and Redux DUCKS.
It is using `react-navigation`, `apollo-graphql`, `react-native-animated`, `react-native-redash`, `react-gesture-handler` till now but there are more to come.# Rick and Morty
- Use `apollo-graphql` client to consume [rick and morty apis](https://rickandmortyapi.com/) graphql apis.
- Implement pagination using the same client.
# iPod Classic UI
- Make iPod wheel animation UI to scroll through the list of songs and artist
- Follow the brilliant [William Candillon](https://github.com/wcandillon) `can it be done in react native` series.
- Make custom navigator for react navigation.