Skip to content

A web app that lets you search for your favourite movies and TV shows and bookmark them.

Notifications You must be signed in to change notification settings

thewanionly/entertainment-web-app

Repository files navigation

Entertainment Web App

A web app that lets you search for your favourite movies and TV shows and bookmark them. This is built with NextJS 14 using the app directory making use of bleeding-edge technology such as Server Side Rendering (SSR), React Server Components (RSC), Streaming SSR and Server Actions.

Technologies used

  1. NextJS 14
  2. React
  3. TypeScript
  4. Tailwind CSS
  5. Jest and RTL (for unit and integration testing)
  6. Storybook (for CDD)
  7. Zustand (for State Management)
  8. shadcn (headless component library reference)
  9. Framer Motion (animation)

Running the app

  1. Clone the application.
  2. Install the dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open the local server URL (http://localhost:3000) in your web browser.

  2. To run the test files:

npm run test:dev
  1. To run storybook:
npm run storybook

About

A web app that lets you search for your favourite movies and TV shows and bookmark them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages