HashashinMaster / movie-app

My first fullstack app .I created movie-app using MERN STACK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Web application

Responsive film website with more than 500 films from different categories.

Setting up development environment

  1. Prerequisites
    • you need to have node.js installed in your machine
  2. installing dependencys
    • this project is shared without node_modules folder so you have to install all the the dependencys by your self.
    • to install dependencys:
      1. open your command line
      2. go to both these directroies /frontend/my-movie-app/ and /backend
      3. execute npm install or npm i to install all the dependencys
  3. after installing all the dependencys you are ready to start the application:
    • to start the application run npm start in both directories.

Features

1. different categories:

Categories
Excitement
Action
Animation
Historical
Biography
Drama
Adventure
Comedia
Musical
Fantasy
Crime
War
Family
Sci-Fi
Horror
Family
Romance
Sports
Documentary
Western
Mystery

2. Responsive:

  • this app is responsive for all devices.

Screenshots:

About

My first fullstack app .I created movie-app using MERN STACK


Languages

Language:JavaScript 66.2%Language:CSS 28.0%Language:HTML 5.8%