Welcome to Anime Vault! This is a web application where you can explore and discover information about various anime series and movies.
Anime Vault is a project aimed at providing anime enthusiasts with a platform to browse through a curated collection of anime titles. Whether you're looking for classics or the latest releases, Anime Vault has got you covered.
- Explore Anime: Browse through a wide range of anime titles.
- Search Functionality: Easily find specific anime by searching with keywords.
- Detailed Information: Get detailed information about each anime, including synopsis, genre, release date, and more.
- User-Friendly Interface: Enjoy a clean and intuitive user interface for seamless navigation.
- Frontend: HTML, CSS, JavaScript
- Backend: Node.js, Express.js
- Database: MongoDB
- Deployment: Vercel
Check out the live demo of Anime Vault here.
To run Anime Vault locally, follow these steps:
- Clone this repository:
git clone https://github.com/AryaGupta01/anime-valut.git
- Navigate to the project directory:
cd anime-vault
- Install dependencies:
npm install
- Start the server:
npm start
- Visit
http://localhost:PORT
in your browser, wherePORT
is the port number specified in the terminal.
Contributions are welcome! If you'd like to contribute to Anime Vault, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
- Make your changes.
- Commit your changes:
git commit -m "Your message here"
- Push to the branch:
git push origin feature-name
- Submit a pull request.
Have any questions or suggestions? Feel free to reach out to us at [email protected].