Simple login page with comment functions (Create, Update, Delete) that store in a localstorage
Vite + React & MUI v5
Clone the project
git clone https://github.com/bernasantolin/login-comment-appGo to the project directory
cd login-comment-appInstall dependencies
npm installBuild or Serve the project with the production environment (.env.development)
Serve on local
npm run devFor building with the development environment
npm run build