- A Nextjs app that lets you view movies { popular, upcoming, topRated, etc }, also gives you more information about each movie..
- Kinda recreated a movie streaming platform that gives you information about movies according to trends.
- Next.js
- Typescript
- Chakra UI
- themoviedb API.
Please click for the live demo.
- Movie Page:-
- Search Bar:-
Make sure you fork it, to make your copy of the repo.
git clone https://github.com/Okekejr/cineclix.git
Install the dependencies (using npm
or yarn
- Using
npm
:npm install
- Using
yarn
:yarn
Starting project locally
npm run start
or yarn run dev
Please give a ⭐️ if you like this project!