An open API service indexing awesome lists of open source software.

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.

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/)