Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hikka-io/hikka-next
Frontend service for hikka.io built with Next.js
https://github.com/hikka-io/hikka-next
anime nextjs react tracker watchlist
Last synced: about 1 month ago
JSON representation
Frontend service for hikka.io built with Next.js
- Host: GitHub
- URL: https://github.com/hikka-io/hikka-next
- Owner: hikka-io
- License: agpl-3.0
- Created: 2023-06-09T11:16:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-09T18:44:21.000Z (about 1 month ago)
- Last Synced: 2024-11-09T19:24:14.748Z (about 1 month ago)
- Topics: anime, nextjs, react, tracker, watchlist
- Language: TypeScript
- Homepage: https://hikka.io/
- Size: 10.2 MB
- Stars: 24
- Watchers: 3
- Forks: 8
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ukrainian online anime encyclopedia. The entire list of anime, detailed content information, flexible and clean interface. Complete your own watch list, customize your profile and share with friends.
View Project
·
Report Bug
·
Request Feature
·
Backend
## About The Project
### Built With
The list of frameworks and core libraries, that uses in the project
- [Next.js](https://nextjs.org/)
- [React.js](https://reactjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Shadcn UI](https://ui.shadcn.com/)
- [Typescript](https://www.typescriptlang.org/)## Getting Started
To get a local copy up and running follow these simple example steps.
### Installation
1. Clone the repo
```sh
git clone https://github.com/hikka-io/hikka-next.git
```
1. Install and enable corepack to activate yarn as a default package manager
```sh
npm install -g corepack && corepack enable yarn
```
2. Install NPM packages
```sh
yarn install
```
3. Run the Next.js development server
```sh
yarn dev
```## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Hikka is distributed under [AGPL-3.0-only](LICENSE). See `LICENSE` for more information.