Explore latest movies very easily. Get the details of the cast and IMDB rating of any movie very easily using React Movie.
.png)
You can easily browse through all the movies easily and get to know more about your favorite movies.
Visit React Movies, today!
.png)
This is one of my side projects which I made to learn the following:
- React (Fundamentals)
- Context API (For state management)
- Tailwind CSS (An utility first CSS Framework)
- Material UI (A set of pre-made react components)
- And many little reacty things...
So, if you're interested in movies, this project is dedicated to you. Give this a ⭐ if you liked!
Make sure you fork it, to make your copy of the repo.
git clone https://github.com/swarajrath/react-movie.git
Now it's damn easy.
Install the dependencies (using npm or yarn
- Using
npm:npm install - Using
yarn:yarn
Starting project locally
npm run start or yarn start
Extra information
- You can run
startcommand just to run the react project and see how it works.
And of course, this couldn't have been possible without the great free to use API called, NetflixCLI. Their service has been amazing throughout and you can use their API to create your own projects too!