Skip to content

Creating a Movie-List using Typescript, React.js, Redux Toolkit and React Hook Form.

Notifications You must be signed in to change notification settings

ysnhasan1/Movie-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie-List

This website created for my internship at "Turkcell Group Company Atmosware"

About The Project

In this project, I wanted to create a Movie-List using HTML, SCSS, Bootstrap, TypeScript, React.js, Redux Toolkit and React Hook Form.
Users can list their favorite movies on this website.
Users can easily add the movies they want to their list, and update or delete existing movies in their list.
Users can find the movies in the list by using filtering movie name.
Users can sort the movies alphabetically.
Users can also view the details of the movies.

Main Technologies For The Project

TypeScript React Redux React Hook Form

Screenshots











Project Dependencies

To install packages, run the command npm install.
Then, to start the project, run npm start.
Important Note: You'll need a unique API key to access the initial 20 movies.

Adding the .env file to the project

Place the .env file outside of the src folder as shown in the screenshot below.


Copy the following code for your .env file.

REACT_APP_API_KEY = "your api key should be here"

API

TMDb API was used for the initial 20 movies.

About

Creating a Movie-List using Typescript, React.js, Redux Toolkit and React Hook Form.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published