Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-kakarot authored Jun 1, 2024
1 parent 555c520 commit 4654905
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
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.

0 comments on commit 4654905

Please sign in to comment.