A React native application for exploring the world of anime which includes multifaceted features including: search on board range of anime, details on particular anime i.e. characters, description, top trends etc. https://aurangzaibramzan.github.io/Anime-jisho/
- React Native
- React Navigation
- Styled Component
- React Apollo
- Apollo Client
- GraphQL backened
-
Get the code
git clone https://github.com/bytefuge/Anime-jisho.git && cd Anime-jisho
-
Install dependencies
npm install
-
In terminal, run
npm start
-
In separate terminal, run the project
# for iOS react-native run-ios
# for android react-native run-android
The process of submitting a pull request is fairly straightforward and generally follows the same pattern each time:
Show instructions
-
Search GitHub for an open or closed PR that relates to your submission. You don't want to duplicate effort.
-
Fork this project, clone your fork, and configure the remotes:
# Clone your fork of the repo into the current directory git clone https://github.com/<your-username>/<repo-name> # Navigate to the newly cloned directory cd <repo-name> # Assign the original repo to a remote called "upstream" git remote add upstream https://github.com/bytefuge/Anime-jisho.git
-
If you cloned a while ago, get the latest changes from upstream:
git checkout master git pull upstream master
-
Create a new branch (off the master branch) to contain your feature, change or fix:
git checkout -b <branch-name>
-
After you have made your changes, run tests and lint checks:
# for test npm test
# for lint check npm run lint
# for lint fix npm run lint-fix
-
Commit your changes using a descriptive commit message.
-
Rebase onto upstream
-
Push your branch to GitHub:
git push origin <branch-name>
-
Open a Pull Request using your branch and fill the required template.
IMPORTANT: By submitting a patch, you agree to license your work under the same license as that used by the project.
Having trouble with repo? Check out our documentation or contact Support aurangzaib987@gmail.com
This project is licensed under the Apache License 2.0, see the LICENSE file for details.