Skip to content

bazil-1854/Mid-Exam

Repository files navigation

Movie

A simple movie app having features of listing movies, adding favourites ones and search them accordingly

Run Locally

Clone the project using following command

  git clone https://github.com/bazil-1854/Mid-Exam.git

Go to the project directory

cd my-project

Then Run this cpmmand in you terminal:

  npm start

Functionalities

  • Listing of Movies.
  • Categories Listing.
  • Adding Movies to Favourites.
  • Search Movies.

In case this doesnt work, follow these steps as an alternative and Install required Dependancies

At first create a React App using following command:

   npx create-react-app charity-system

Clone the project using following command

  git clone https://github.com/BazilSuhail/TechVenture.git

Go to the project directory

cd my-project

Just for convenience copy all contents in the cloned repository and paste them into the directory where You have created your React App.

Afterwards simply run this command to install all required dependancies and packages at once.

npm i react-icons react-router-dom

Start the server

  npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published