Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrianarivo/anilist-clone

Anylist is an android/iOS mobile app built with React Native to help users interact with the public Anilist API. AniList is a platform dedicated to anime and manga enthusiasts. It serves as a social networking site and database that allows users to track and discover anime and manga, as well as connect with other fans.
https://github.com/andrianarivo/anilist-clone

graphql react react-native tailwind

Last synced: about 17 hours ago
JSON representation

Anylist is an android/iOS mobile app built with React Native to help users interact with the public Anilist API. AniList is a platform dedicated to anime and manga enthusiasts. It serves as a social networking site and database that allows users to track and discover anime and manga, as well as connect with other fans.

Awesome Lists containing this project

README

        


logo

Anilist

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Anilist

**Anylist** is an android/iOS mobile app built with React Native to help users interact with the public [Anilist API](https://anilist.co/). AniList is a platform dedicated to anime and manga enthusiasts. It serves as a social networking site and database that allows users to track and discover anime and manga, as well as connect with other fans. Users can create lists to keep track of the anime and manga they have watched or read, rate and review titles, and find recommendations based on their preferences.

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- **Discover new Anime**
- **Bring Anime List everywhere**
- **Rate your anime**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

- `Code editor (VSCode, Webstorm)`
- `NodeJS` & `NPM`
- `EAS account`

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/andrianarivo/anilist-clone.git
```

### Install

Install this project with:

```sh
cd my-project
npm install
```

### Usage

To run the project, execute the following command:

```sh
npm start
```

### Deployment

You can deploy this project using your own deployment solution.

(back to top)

## 👥 Authors

👤 **David**

- GitHub: [@andrianarivo](https://github.com/andrianarivo)
- Twitter: [@dandrianarivo](https://twitter.com/dandrianarivo)
- LinkedIn: [LinkedIn](https://linkedin.com/in/andrianarivo)

(back to top)

## 🔭 Future Features

- [ ] **User preferences**
- [ ] **Get notifications Anime updates**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/andrianarivo/anilist-clone/issues).

(back to top)

## ⭐️ Show your support

If you like this project, consider adding a ⭐️

(back to top)

## 🙏 Acknowledgments

I would like to thank Anilist for the GraphQL server.
I would like to thank Figma and the original designer for the design.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)