Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

KartikBazzad/GSIV20_kartik_bazzad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

This project was bootstrapped with Create React App.

Code Editor: Visual Studio Code from Microsoft Framework used : React. Styling: TailwindCSS (i am more familiar with TailwindCSS) Icons: Hero Icons (Used SVG icons from Hero Icons)

Things Required

  1. Working internet Connection.
  2. You will need The Movie Database api key. you can get key from.
    Open https://developers.themoviedb.org/3/gettingstarted/introduction to get your api key

Steps to Follow before Running the Project

  1. Clone the project and install all the required dependencies using npm install
  2. Create an .env file and Add an environment variable REACT_APP_API_KEY=your-api-key.
  3. Run the project using npm start.

Available Scripts

List of all the scripts available:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Elements that i think i have done well:

The Movie Card

I used tailwind css to design the cards because i have been working with tailwind css for some time now. Why tailwind css- easy to use and create components from scratch, easy customization

Elements that i think i can do Better:

Infinite Scrolling

I could add infinite scrolling and lazy loading for more performance

using Redux

i could have used redux to store page Number used redux rtkQuery to fetch data.

Showing More Details about Movies

i could have shown more details like Images and videos, and reviews and more stuff

Feedback to improve this Challenge

WishList Movies

Let users to create a wishlist to store their fav movies in one place

Set up Login and Sign up

Let users create account and use database to store their fav shows and movies

Add tv shows

Adding tv shows to the app/test would also be beneficial.

Searching tv shows or Movies

Adding an option to search for either a tv show or a movie show or from both of them

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published