TV show app
It’s a frontend app that use tvmaze api to show series and movies.
See demo here .
Installation
You can install the dependencies with these commands.
npm:
npm install
yarn:
yarn
Deployment
To Start this project run
npm:
npm run dev
yarn:
yarn dev
? Libraries and tools
- ✅ Programming Language: JavaScript, Typescript
- ✅ Typecheck: Typescript
- ✅ Dom Manipulation: Vue JS, Nuxt JS
- ✅ CSS Framework: Tailwind CSS
- ✅ Styling: SCSS
- ✅ Code Quality: Prettier
Usage of some packages
- Tailwind CSS: For styling the app.
- SASS: For compiling scss files to css files.
- Nuxt JS: For compiling scss files to css files.
? Composables
In composables
folder you find two functions to get shows data and searched data.
RoadAhead
If it was a real task and project, I could create CI/CD and some more tests like cypress for that.