-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
555c520
commit 4654905
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# animeMiru App | ||
**animeMiru** is a simple web application that allows users to explore and discover information about their favourite anime series. It leverages the **Jikan API**, which provides anime-related data. | ||
|
||
## Features | ||
|
||
- **Search Anime**: Users can search for anime titles by entering keywords. The app fetches relevant data from the Jikan API and displays it. | ||
- **Anime Details**: When users click on an anime title, they can view detailed information, including the synopsis, release date, episode count, and more. | ||
|
||
## Technologies Used | ||
|
||
- **HTML**: The basic structure of the app is built using HTML. | ||
- **CSS**: Styling and layout are handled using CSS. | ||
- **JavaScript**: The app uses JavaScript to interact with the Jikan API, handle user input, and dynamically update the UI. |