Films Project

This project is done using React with TypeScript and Vite for compiling & bundling.

React TypeScript Vite Babel ESLint Prettier

Features

  • Authentication flow with validation.
  • Registering Form
  • Forgot Password
  • Products
  • Users
  • Single User
  • Logout button.

Live Version

https://dashboard-films-project.netlify.app/

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Recommended node : >=16.13.0.
  • Recommended to use pnpm for better experience, but npm or yarn works for the commands below too.

Setup

  • Clone the repository.
  • Install all dependencies using: - npm install.
Start dev server
  • npm run dev

Starts the development mode to the browser at http://localhost:8000