Welcome to AnimeDex Project, a small project created for learning purpose. This project is an open-source and free to use. If you have any kind of issue or suggestion, feel free to create an issue or pull request 😁.
- No ads
- Watch list functionality
- Dark mode
- and many more...
If you want to run this project in your local machine, follow these steps:
- Clone the repository
git clone https://github.com/essinn/animedex-react.git
- Navigate to project directory
cd animedex-react
- Install dependencies
npm install
- Start the server
npm run dev
- Open your browser and go to
http://localhost:5173
this repo utilizes AnimedexApi to show anime data in its site.
Contributions are always welcome! If you want to contribute to this project, please follow these steps:
- Fork the project
- Create your feature branch
git checkout -b feature/new-feature
- Commit your changes
git commit -m 'Add new feature'
- Push to the branch
git push origin feature/new-feature
- Create a new pull request
This project is licensed under the MIT License. See the LICENSE file for details.