Coder Social home page Coder Social logo

gourav-singhal / anime-jisho Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aurangzaibramzan/anime-jisho

0.0 0.0 0.0 30.24 MB

Android and IOS Application for Searching Anime

Home Page: https://aurangzaibramzan.github.io/Anime-jisho/

License: Apache License 2.0

JavaScript 88.66% Python 3.08% Java 2.10% Objective-C 6.16%

anime-jisho's Introduction

Anime-jisho

support build status license use React Native react GraphQL react apollo style use


โ„น๏ธ About

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/

๐Ÿ”จ Technologies Used

  • React Native
  • React Navigation
  • Styled Component
  • React Apollo
  • Apollo Client
  • GraphQL backened

๐Ÿ“ท Screenshots

Android Screens

IOS Screens

๐Ÿš€ Installation

  1. Get the code

    git clone https://github.com/bytefuge/Anime-jisho.git && cd Anime-jisho
  2. Install dependencies

    npm install
  3. In terminal, run

    npm start
  4. In separate terminal, run the project

    # for iOS
    react-native run-ios
    # for android
    react-native run-android

๐Ÿค Contributing PRs Welcome

The process of submitting a pull request is fairly straightforward and generally follows the same pattern each time:

Show instructions
  1. Search GitHub for an open or closed PR that relates to your submission. You don't want to duplicate effort.

  2. 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
  3. If you cloned a while ago, get the latest changes from upstream:

    git checkout master
    git pull upstream master
  4. Create a new branch (off the master branch) to contain your feature, change or fix:

    git checkout -b <branch-name>
  5. 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
  6. Commit your changes using a descriptive commit message.

  7. Rebase onto upstream

  8. Push your branch to GitHub:

    git push origin <branch-name>
  9. 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 [email protected]

๐Ÿ“„ License

This project is licensed under the Apache License 2.0, see the LICENSE file for details.

anime-jisho's People

Contributors

aurangzaibramzan avatar dependabot[bot] avatar depfu[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.