Skip to content

Tanvir-Alam625/simple-dashboard-authentications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Dashboard with Redux Toolkit

Live Website

https://simple-dashboard-anchr.vercel.app/

Features

  • Signin email & password
  • Signup email, name & password
  • Logout functionality into dashboard
  • protect to dashboard with privat route
  • Load users from server with pagination
  • The design is perfected by the Pixel with the help of TailwindCSS

Run Locally

Clone the project

  git clone https://github.com/Tanvir-Alam625/simple-dashboard-anchr.git

Go to the project directory

  cd my-project

Install dependencies

  npm install
  or
  yarn install

Start the server

  npm run start
  or
   yarn start

Screenshots

SignIn Page Screenshot

SignUp Page Screenshot

Dashboard Screenshot