A simple movie app having features of listing movies, adding favourites ones and search them accordingly
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
- Listing of Movies.
- Categories Listing.
- Adding Movies to Favourites.
- Search Movies.
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