-
Notifications
You must be signed in to change notification settings - Fork 2
Ateendee front end and backend refence
Material React Table and MUI for table creation https://www.material-react-table.com/docs/guides/customize-toolbars
https://react-redux.js.org/introduction/getting-started
https://redux-toolkit.js.org/tutorials/quick-start
https://mui.com/material-ui/getting-started/installation/
https://mui.com/material-ui/react-box/
https://mui.com/material-ui/react-grid/
https://fkhadra.github.io/react-toastify/introduction
The web-vitals library uses the buffered flag for PerformanceObserver, allowing it to access performance entries that occurred before the library was loaded.
This means you do not need to load this library early in order to get accurate performance data. In general, this library should be deferred until after other user-impacting code has loaded.
From npm You can install this library from npm by running
npm install web-vitals
https://tailwindcss.com/docs/installation
https://tailwindcss.com/docs/installation/using-postcss
https://github.com/postcss/postcss
express https://expressjs.com/en/guide/routing.html
https://expressjs.com/en/resources/middleware/body-parser.html
https://expressjs.com/en/resources/middleware/cors.html
https://www.npmjs.com/package/dotenv
https://www.geeksforgeeks.org/what-is-morgan-in-node-js/
https://nodemailer.com/about/ https://github.com/nodemailer/nodemailer/
Nodemon is a utility depended on about 3 million projects, that will monitor for any changes in your source and automatically restart your server. Perfect for development.
npm install -g nodemon