Skip to content

Roshanell/movieDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovieDB

This project allows you to search the database and return a list of movies or shows with the inputted data.

Link to project: coming soon

Recording 2022-06-05 at 19 38 50

How It's Made:

Tech used: HTML, CSS, JavaScript, API, React.js

I was able to implement states, hooks, data fetching, and JSX in my code to build this movie database.

Optimizations

I could always include more information on the movie when clicked. For instance, instead of just the movies populating, I could include details about the movie such as a short description, actors, producer, and even the rating of the film when the user clicks on an image.

Lessons Learned:

React JS is a great supplement to Javascript. It allow developers to create fast and efficient single page applications much quicker than vanilla Javascript.

File and folder structure are extremely important when it comes to building native react applications and mobile apps as well.

Ensure that you set up your environment properly before hand! The easiest way to do so us using the npx create-react-app./ command.

Also, JSX is extremely useful (although not necessary) when it comes rendering the UI of our page.

Other Projects:

Food Checker: https://github.com/Roshanell/FoodChecker

Task Manager APP: https://github.com/Roshanell/task_manager

CodeWars https://github.com/Roshanell/Codewars

About

This project allows users to search movies database and return a list of movies or shows with the imputed data. It utilizes React and APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors