Skip to content

Saba-Var/jQuery-Movie-App

Repository files navigation

jQuery Movie App

Unlimited movies, TV shows, your favorite people and more.

Table of Contents

Prerequisites

  • Node JS @12.X and up

  • npm @6 and up

Tech Stack

Getting Started

1. First of all you need to clone repository from github

git clone https://github.com/Saba-Var/jQuery-Movie-App.git

2. Navigate to the repository

cd jQuery-Movie-App/

3. Next step requires install all the dependencies

npm install

4. Run application locally from the terminal:

npm run start

Open http:https://127.0.0.1:8080 to view it in your browser.

Git commit types

Type Description
fix fix any bugs
feat add new functionality
refactor the code quality has been improved without changing the functionality
docs improvement/addition of documentation

Project Structure

├─── assets
├─── constants
├─── css
├─── dist
├─── pages
│     ├── movies
│     │   ├── info
│     │   ├── search
│     │   ├── index.html
│     │   └── index.js
│     └── people
│         ├── info
│         ├── search
│         ├── index.html
│         └── index.js
├─── readme
│     └── assets
├─── services
├─── utils
│── .gitignore
│── .prettierrc.json
│── index.html
│── index.js
│── package.json
│── README.md
└── tailwind.config.js

Resources