https://github.com/codecollab-co/anime-x-ninja
Anime Streaming Web App built with NextJS
https://github.com/codecollab-co/anime-x-ninja
anime app
Last synced: over 1 year ago
JSON representation
Anime Streaming Web App built with NextJS
- Host: GitHub
- URL: https://github.com/codecollab-co/anime-x-ninja
- Owner: codecollab-co
- Created: 2025-02-28T07:00:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T07:06:33.000Z (over 1 year ago)
- Last Synced: 2025-03-22T18:39:42.454Z (over 1 year ago)
- Topics: anime, app
- Language: JavaScript
- Homepage:
- Size: 3.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anime Web App with Reactjs.

An Ad Free Anime Streaming web app to give you a better experience.
## Api Reference
- [API REPO](https://github.com/safayavatsal/animexninja-api)
This api is being used in this project.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
FIRST YOU NEED TO CLONE [API REPO](https://github.com/safayavatsal/animexninja-api) AND RUN IT.
You need to note api local host url.you have to create a tunnel for your api local_host through NGROK.
Go to next.config.js file on the root of the project and put your NGROK url inside the env object
```
env: {
key: process.env.COUNT_API_KEY,
URL: "YOUR_NGROK_API_URL/api/",
}
```
### Installing
Clone the Repository and run
```
npm install
npm run dev
```
## Built With
- Front End
- [React JS](https://reactjs.org/)
- [Next JS](https://nextjs.org/)
- Styling Utilities
- [Tailwindcss](https://tailwindcss.com/)
- [Styled Components](https://www.styled-components.com)
- [Twin Macro](https://www.npmjs.com/package/twin.macro)
- State Management
- [Redux](https://redux.js.org/)
- [React-Redux](https://react-redux.js.org/)
- [Redux-Thunk](https://github.com/reduxjs/redux-thunk)
- [Redux-Persist](https://github.com/rt2zz/redux-persist#readme)
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## Credits
- [Fidalgodev](https://github.com/fidalgodev)
The Developer of [movies.fidalgo.dev](https://movies.fidalgo.dev/discover/Popular) inspired us for creating this amazing website.
## Authors
- [Vatsal](https://github.com/safayavatsal)
- [Tarun](https://github.com/tarunpandey23)
## License
[MIT](https://choosealicense.com/licenses/mit/)