Anime Site is a personal project developed with the aim to learn and explore NextJS. It's a platform where anime enthusiasts can browse, search, and learn more about their favorite anime shows.
- Browse and search for various anime
- Get detailed information about each anime
- User-friendly and responsive design
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js
- NPM
- Clone the repository
git clone https://github.com/your-github-username/anime-site.git
- Navigate into the cloned repository
cd anime-site
- Install the dependencies
npm install
- Run the application
npm run dev
Open http://localhost:3000 with your browser to see the result.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.