J.D

Anitracker Project
Implementing design for Anitracker website using AniList as a reference.
HTMLCSS

AniTracker

A responsive front-end website for tracking anime and manga. Browse trending titles, track what you watch and plan to watch, read reviews, and stay updated with site announcements.

Features

Technologies

Pages

Page File
Home index.html
Watch watch.html
Airing airing.html
List list.html
Profile profile.html
Contact contact.html

Project Structure

Anitracker-Project/
├── index.html
├── watch.html
├── airing.html
├── list.html
├── profile.html
├── contact.html
├── css/
│   ├── style.css
│   ├── index.css
│   ├── watch.css
│   ├── airing.css
│   ├── list.css
│   ├── profile.css
│   └── contact.css
├── img/
│   ├── anime/
│   ├── manga/
│   └── reviews/
└── Design/

How to Run

Open any .html file in a web browser. No server required.