https://github.com/notstark/animedex-react
https://github.com/notstark/animedex-react
anime anime-streaming reactjs streaming streaming-video typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/notstark/animedex-react
- Owner: NotStark
- License: mit
- Created: 2024-03-28T17:43:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-03T13:12:25.000Z (over 1 year ago)
- Last Synced: 2025-04-09T01:08:00.415Z (6 months ago)
- Topics: anime, anime-streaming, reactjs, streaming, streaming-video, typescript
- Language: TypeScript
- Homepage: https://animedex-react.vercel.app
- Size: 137 KB
- Stars: 17
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AnimeDex
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 😁.## Features
- No ads
- Watch list functionality
- Dark mode
- and many more...## Installation
If you want to run this project in your local machine, follow these steps:
1. Clone the repository `git clone https://github.com/NotStark/Animedex-React.git`
2. Navigate to project directory `cd Animedex-React`
3. Install dependencies `npm install`
4. Start the server `npm run dev`
5. Open your browser and go to `http://localhost:5173`## Acknowledgement
this repo utilizes [AnimedexApi](https://github.com/TechShreyash/AnimeDexApi) to show anime data in its site.## Contributing
Contributions are always welcome! If you want to contribute to this project, please follow these steps:1. Fork the project
2. Create your feature branch `git checkout -b feature/new-feature`
3. Commit your changes `git commit -m 'Add new feature'`
4. Push to the branch `git push origin feature/new-feature`
5. Create a new pull request## License
This project is licensed under the MIT License. See the [LICENSE](./LICENCE) file for details.