Animot stands for Anime, Movie and TV-Series.
I have developed an web application to provide ratings, short description and the trailer of specific Anime, Movies and TV-Series.
- Seperated pages for each categories
- Browsing function (Limited resources)
- Dynamic web page
- HTML
- CSS
- JS
- PHP
- MySQL
Index.mp4
anime_home.mp4
Anime.mp4
tv.1.mp4
movie.mp4
You just have a basic knowledge about the above mentioned languages and XAMPP (Local hosting software).
Step 1:
Fork this repository, and clone it into your local machine.
git clone https://github.com/vk-vasanth-vk/Animot.git using this command on your command prompt.
you can use any code editor.
Step 2:
- Install and setup the XAMPP server to run your application on localhost.
- Just go through the official docs or watch some Youtube videos for basic controls.
- Always make sure that your files are inside the Xampp/htdocs folder, to host your application.
- Now, run the Apache(Server) and MySQL(DB) from the control panel.
Step 3:
- Head to localhost/phpmyadmin in your browser
- Create a new Database
- Create a new table to store the username and password (column name should be username and password)
- Create a connection.php file to establish a connection with your DB
- You can able to see the application on
localhost:<your_project_directory>/<your_file_name>
Step 4:
There might be some conflicts with the file path since i'm uploaded only the pages folder and you can't able to see any images or background videos.
For resouces send me a request on this google drive link https://drive.google.com/drive/folders/1jzbNxoulzyn4NgzTGGepZ_smITqp-RDG?usp=sharing.
Add this to the project folder and now you can able to see the videos and images.
As this is my first web project, i developed this with raw HTML,CSS,PHP and without the help of any modern framworks, so the code structure and the naming conventions might be little bit terrible, Sry for that.
It only contains limited resources, 3 pages for each categories. I'm planning to integrate API to provide more contents and details in the future, and also moving to modern web technologies to make more responsive pages.
Contributions are welcomed!
If you're facing any issues while installation, development, hosting or want to contribute to this project just send me a message to vasanthakumartncbe@gmail.com i would be happy to help you if you need.