Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victorbravim/animex
AnimeX
https://github.com/victorbravim/animex
anime animes css html javascript js
Last synced: 2 months ago
JSON representation
AnimeX
- Host: GitHub
- URL: https://github.com/victorbravim/animex
- Owner: VictorBravim
- License: mit
- Created: 2024-06-21T17:29:43.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T16:34:01.000Z (6 months ago)
- Last Synced: 2024-07-29T21:47:34.820Z (6 months ago)
- Topics: anime, animes, css, html, javascript, js
- Language: JavaScript
- Homepage: https://anime-x-murex.vercel.app
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# âŠī¸ AnimeX
![image 1](https://github.com/VictorBravim/AnimeX/assets/122113588/6ed5cccd-4af4-4949-be3b-19669b86b36d)
## đ Overview
This project is a web application designed to manage a personal list of animes. It utilizes the Kitsu API for fetching anime data and Firestore for data storage. The application efficiently renders the anime list by loading in batches, supporting up to 400 animes. Key features include the ability to edit anime names and episode counts with instant updates, search saved animes, and delete entries. The project is built using just three files: HTML, CSS, and JavaScript.
## đ Requirements
- Node.js
- Firestore
- Kitsu API## đ§ Installation
1. Clone the repository:
```
git clone https://github.com/VictorBravim/AnimeX.git
```2. Navigate to the project directory:
```
cd AnimeX
```3. Install the dependencies:
```
Exchange firebase data with your firebase data
```## đ ī¸ Project Structure
- Index: Contains Project structure.
- Style: Contains global CSS styles.
- Script: JavaScript configuration file.## đ License
- This project is licensed under the [MIT License](LICENSE).