Animeflix is a web application that provides a rich collection of anime shows and movies for users to watch and explore. This repository contains the source code and related files for the Animeflix web application.
Animeflix offers a variety of features to enhance the anime-watching experience:
- Anime Catalog: Browse a vast collection of anime shows and movies.
- Search: Find specific anime titles quickly and easily.
- Filtering and Sorting: Filter and sort anime based on genres, popularity, ratings, and more.
- Watchlist: Create and manage a personalized watchlist of favorite anime.
- User Accounts: Register, log in, and manage your user profile.
- Recommendations: Receive personalized anime recommendations based on your preferences and watch history.
- Rating and Reviews: Rate and write reviews for anime titles to share your thoughts with the community.
- Episode Tracking: Keep track of watched episodes and easily resume from where you left off.
Follow the instructions below to set up Animeflix on your local machine for development and testing purposes.
Make sure you have the following software installed:
- Node.js (version 12 or higher)
- npm (Node Package Manager) or yarn
-
Clone the repository to your local machine:
git clone https://github.com/souravprogrammer/animeflix.git
-
Navigate to the project directory:
cd animeflix
-
Install the required dependencies:
npm install
or
yarn install
-
Start the development server:
npm run dev
or
yarn dev
-
Open your web browser and visit
http://localhost:3000
to access the Animeflix web application.
We welcome contributions to Animeflix! To contribute to this project, please follow these steps:
- Fork the repository on GitHub.
- Create a new branch with a descriptive name.
- Make your changes and commit them with clear and concise messages.
- Push your changes to your forked repository.
- Submit a pull request to the original repository.
This project is licensed under the Mozilla Public License Version 2.0. Feel free to modify and distribute the application according to the terms of the license.