Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iqbalpa authored Jul 15, 2024
1 parent d202017 commit 665aceb
Showing 1 changed file with 18 additions and 30 deletions.
48 changes: 18 additions & 30 deletions README.md
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

0 comments on commit 665aceb

Please sign in to comment.