This project is done using React with TypeScript and Vite for compiling & bundling.
- Authentication flow with validation.
- Registering Form
- Forgot Password
- Products
- Users
- Single User
- Logout button.
https://dashboard-films-project.netlify.app/
To get a local copy up and running follow these simple example steps.
- Recommended
node
:>=16.13.0
. - Recommended to use
pnpm
for better experience, butnpm
oryarn
works for the commands below too.
- Clone the repository.
- Install all dependencies using: -
npm install
.
npm run dev
Starts the development mode to the browser at http://localhost:8000