An Anime Listing Web App!
View Demo
.
Report Bug
- Table Of Contents
- About The Project
- Features:
- Built With
- Getting Started
- Contributing
- License
- Author
When I first created Ayame back in 2020. It was my second project made using React. Since then, I have always wanted to recreate it from the ground up with a new look and features.
- Built-in search functionality
- Popular anime right on the homepage
- Don't miss out on upcoming anime for the next season
- Next.js
- Tailwind CSS
- Jikan REST API
To get a local copy up and running follow these simple example steps.
- npm
- Clone the repo
git clone https://github.com/pantsufan/Ayame-v2.git
- Install NPM packages
npm install
- Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License.
- Joel Rodrigues - pantsufan - Built Ayame