https://github.com/a4arpon/nethlix
Nethlix is an open-source IMDB clone website that utilizes the TMDB server. With Nethlix, users can easily find their desired movies based on their taste. The platform allows users to search movies by title, filter them by genre, and even watch trailers. Built with NextJS.
https://github.com/a4arpon/nethlix
azure azure-app-service material-tailwind nextjs13 reactjs themoviedb-api tmdb webapp
Last synced: about 1 month ago
JSON representation
Nethlix is an open-source IMDB clone website that utilizes the TMDB server. With Nethlix, users can easily find their desired movies based on their taste. The platform allows users to search movies by title, filter them by genre, and even watch trailers. Built with NextJS.
- Host: GitHub
- URL: https://github.com/a4arpon/nethlix
- Owner: a4arpon
- Created: 2023-08-09T19:05:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-12T19:38:41.000Z (almost 3 years ago)
- Last Synced: 2025-03-31T00:18:02.029Z (about 1 year ago)
- Topics: azure, azure-app-service, material-tailwind, nextjs13, reactjs, themoviedb-api, tmdb, webapp
- Language: JavaScript
- Homepage: https://nethlix.azurewebsites.net/
- Size: 964 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nethlix | Open source IMDB.
A IMDB clone website by using TMDB server. Anyone can easily find their desired movie based on their taste.
## Points
1. Users can search movies by using the title.
2. Movies can be filtered by it's genre.
3. Users can saw trailer of the movies.
## Tech Stack
- NextJS.
- SwiperJS.
- TailwindCSS.
- Material Tailwind Ui Framework.
- HeroIcons.
## Getting Started
### Installation
1. Clone Project files from GitHub.
```sh
git clone https://github.com/a4arpon/nethlix.git
```
2. Change directory.
```sh
cd nethlix
```
3. Install NextJS dependencies. (Yarn is recommended.)
```sh
npm install
# or
yarn install
```
### Dev Server
Then, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Package Manager
```json
"packageManager": "yarn@3.6.1"
```
# Author
```js
const Author = {
name: {
fullName: 'Shahin Islam',
nickName: 'Arpon',
},
email: 'a4arpon@gmail.com',
phone: '8801995942029',
linkedIn: 'https://www.linkedin.com/in/a4arpon/',
facebook: 'https://www.facebook.com/a4arpon',
skills: [
'HTML5',
'CSS3',
'TailwindCSS',
'Bootstrap 5.0+',
'JavaScript',
'ES6',
'ReactJS',
'NextJS',
'NodeJS',
'ExpressJS',
'JWT Authentication',
'Firebase Auth',
'Firebase Datastore',
'MongoDB',
'MySQL',
'AI Prompt Engineering',
],
experience: [] || 'Looking For',
}
console.log(Author)
```
[LinkedIn](https://www.linkedin.com/in/a4arpon/)