Skip to content

i-am-surovi/CourseMacy-First-Full-Stack-LMS-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installed React Components through Terminal

  • To Implement React Counter:
    npm i react-countup
  • To Implement React Router Dom
    npm i react-router-dom
  • To Implement label from shadcn/ui
    npx shadcn@latest add label
  • To Implement Input
    npx shadcn@latest add input
  • To Implement Radio
    npx shadcn@latest add radio-group
  • To Implement Card
    npx shadcn@latest add card
  • To hide password
    npm i bcryptjs
  • To use cookie
    npm i cookie-parser
  • To add cors
    npm i cors
  • To Implement Sonner
    npx shadcn@latest add sonner
  • To add axios
    npm i axios
  • To use persist using chrome extension
    npm i redux-persist
  • To use dialogue box
    npx shadcn@latest add dialog
  • To use badge
    npx shadcn@latest add badge
  • To use switch
    npx shadcn@latest add switch
  • To use separator
    npx shadcn@latest add separator
  • To use progress
    npx shadcn@latest add progress
  • To use multer
    npm i multer
  • To use datauri
    npm i datauri
  • To install Select
    npx shadcn@latest add select

Install Server

  • npm i express nodemon mongoose dotenv jsonwebtoken

Install Redux

  • npm install @reduxjs/toolkit react-redux

Install Cloudinary

  • npm i cloudinary

Install React Player

  • npm i react-player

Install Table

  • npx shadcn@latest add table

Install React Quill

  • npm i react-quill / npm install react-quill --legacy-peer-deps

Install Taka-Sign

  • npm install @fortawesome/react-fontawesome @fortawesome/free-solid-svg-icons

Releases

No releases published

Packages

No packages published