Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foridpathan/toffeeplay
https://github.com/foridpathan/toffeeplay
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/foridpathan/toffeeplay
- Owner: foridpathan
- Created: 2023-07-26T14:35:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-28T18:55:18.000Z (over 1 year ago)
- Last Synced: 2023-07-28T19:27:00.962Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://toffeeplay.vercel.app
- Size: 5.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a `OOT application` developed using NextJS 13.4 and using `RapidAPI` open API
## Getting Started
First, Install Dependencies run the commend:
```bash
npm i
# or
yarn add
# or
pnpm i
```Now Run this command in development server
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Here is test case command
```bash
# End To End test
npm run e2e
# or
yarn e2e# Component based test
npm run component
# or
yarn component
```This application comfortable with all devices like **All TVs**, **Desktop**, **Tablets**, **All Mobiles**
## Here is some screenshot
### Television
![Television](screenshot/tv.png)
### Desktop
![Desktop](screenshot/laptop.png)
### Tablet
![Tablet](screenshot/tablet-1.png) ![Television](screenshot/tablet-2.png) ![Television](screenshot/tablet-3.png)
### Mobile
![Mobile](screenshot/mobile-1.png)![Mobile](screenshot/mobile-2.png)![Mobile](screenshot/mobile-3.png)
### Testing
**E2E Testing**
![E2E Test](screenshot/e2e.png)
**Unit Testing**
![E2E Test](screenshot/comp.png)### Component Hierarchy
![Hierarchy](screenshot/hierarchy.png)