Table of Contents
- Project Info
- Screenshots
- Technologies that are used in this project
- How to run this project
- License
Project Info
MoviesFun is a NextJs web app that uses the tmdb api to display the latest movies, tv shows and popular celebs information.
This was a fun project to explore nextjs and its features.
Features
- explore popular, trending, top rated and upcoming movies
- explore trending, top rated and popular tv shows.
- explore popular celebrities and related information
- search for movies, tv shows and celebrities.
Screenshots
Technologies that are used in this project
TypeScript
Next.js
React-icons
Tailwind
React-Multi-Carousel
Tanstack-Query
Zustand
How to run this project
Clone this repository
git clone https://github.com/efezinoidisi/movies-fun-app.git
cd movies-fun-app
- Run this command to install all the dependencies
npm install
- Run this command to start the development server
npm run dev
License
This project is licensed under the MIT License - see the LICENSE file for details