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.
| Page | File |
|---|---|
| Home | index.html |
| Watch | watch.html |
| Airing | airing.html |
| List | list.html |
| Profile | profile.html |
| Contact | contact.html |
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/
Open any .html file in a web browser. No server required.