SDUBEY23 / movie-list-page

An application to explore movies and series from around the world.

Home Page:https://moviedblist.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run

You will need to have Node 10.16.0 or later on your local development machine. You can use nvm (macOS/Linux) or nvm-windows to switch Node versions between different projects.

First install all dependencies

npm

cd movie-list-page && npm install

To start the local server

npm

 npm start

Open app in browser

Once the app is compiled and bundled successfully you should see the screen in your browser. This would be your final view of the project.

Completed Tasks

1. Should be able to navigate and visit each listing on a details page.

2. Built using React, Hooks and React Router.

3. Should have a navbar and menu on top of all the pages.

4. Current Page on the Nabar is highlighted.

5. Used custom CSS for styling and used Material-Ui icons for navbar icons.

Couldn't make fully responsive due to lack of time

About

An application to explore movies and series from around the world.

https://moviedblist.netlify.app/


Languages

Language:JavaScript 71.4%Language:CSS 17.5%Language:HTML 10.8%Language:Shell 0.3%