generated from iqbalpa/nextjs-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,21 @@ | ||
# Next.js + Tailwind CSS + TypeScript Starter Template | ||
# Movies Catalog (frontend) | ||
|
||
Next.js + Tailwind CSS + TypeScript starter with useful development features and configurations. | ||
Visit the website [here](https://iqbalpa-movies-catalog.vercel.app/) | ||
|
||
## Features | ||
|
||
This repository includes the following features: | ||
|
||
1. Typescript | ||
2. Next.js 14 with App router | ||
3. Tailwind CSS | ||
4. ESLint -- find and fix problems in your code | ||
5. Prettier -- code formatter | ||
6. Husky -- pre-commit hooks | ||
7. Lint-staged -- run linters against staged git files | ||
|
||
## Getting Started | ||
|
||
1. Clone the repository | ||
<p align="center"> | ||
<picture> | ||
<source media="(prefers-color-scheme: dark)" srcset="https://assets.vercel.com/image/upload/v1662130559/nextjs/Icon_dark_background.png"> | ||
<img src="https://assets.vercel.com/image/upload/v1662130559/nextjs/Icon_light_background.png" height="128"> | ||
</picture> | ||
</p> | ||
|
||
2. Install dependencies | ||
|
||
```bash | ||
yarn install | ||
``` | ||
|
||
3. Start the development server | ||
|
||
```bash | ||
yarn dev | ||
``` | ||
|
||
4. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. | ||
## Features | ||
1. Authentication (signup and signin) | ||
2. Movies catalog | ||
3. Search movies | ||
4. Detail movies page | ||
5. Watchlist (editable) | ||
|
||
## Tech Stack | ||
1. Next.js | ||
2. React-redux |