Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dannycahyo/anika
Anime Keen Apps
https://github.com/dannycahyo/anika
Last synced: 1 day ago
JSON representation
Anime Keen Apps
- Host: GitHub
- URL: https://github.com/dannycahyo/anika
- Owner: dannycahyo
- Created: 2022-11-29T09:29:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T07:58:22.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T11:31:51.004Z (over 1 year ago)
- Language: TypeScript
- Homepage: anika.vercel.app
- Size: 631 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Anime Keen Apps (Anika)
## Features
### Home
- Has list of movies
- Has pagination### Anime Detail
- Display movie details
- Display another movie recommendation
- Has Add to Favourite movie
- Has Remove from Favourite movie### Favourite
- Has list of favourite movies
## Available Scripts
Run development server:
```bash
npm run dev
```Build the project
```bash
npm run build
```Run the testing
```bash
npm run test
```## Deployment
You could see the production build of this project on [anika.vercel.app](https://anika.vercel.app/)