Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

quis0/movies-app

Repository files navigation

Chipmunk movies 🐿️

Read this in other languages: English, Русский

About

Chipmunk movies – SPA where you can save your favorite movies, track what's popular now and discover new films.

Functionality:

  • 100 popular films on page load
  • Favorite page where you can check your favorite movie list
  • Movie details page where you can see movie information and recommendations based on this movie
  • Movie search function
  • Adaptive design

Project tech stack:

  1. Angular 9
  2. Angular Material
  3. Sass preprocessor
  4. RxJS
  5. Typescript

Quick start

⚠️ Warning: it may take some time to install the app. If you just want to view the site, go to try it section

To install the app on your computer, you will need npm. You can download it from the official website:

https://www.npmjs.com/get-npm

Step 1. Download this repository

Step 2. Open src folder using one of the terminals (for example, integrated terminal in VS Code)

Step 3. Enter these commands one at a time

npm i
npm start

Future scope

  • Add english version
  • Add random movie function
  • Add people/genres/TV shows search function