7 - Jun - 2022
React + CSS | Live Link
UI Created by PRIMITIVE Minimalist CSS
No | Package Installs | Use for... |
---|---|---|
1 | yarn add uuid |
unique id generating |
2 | yarn add sweetalert2 |
displaying alert message |
3 | yarn add gh-pages |
Publish to a gh-pages branch on GitHub |
No | Context learn by building this project... |
---|---|
1 | Project Structure |
2 | Full CRUD operation |
3 | Conditional JSX rendering |
4 | User Search by its property values |
5 | Using sweetalert2 package for alert message |
6 | using of new Intl.NumberFormat for number formatting |
- Conditional UI Rendering for Show/Hide Components, base on true/false condition
"scripts": {
"predeploy": "yarn build",
"deploy": "gh-pages -d build"
},
"homepage" : "https://taiseen.github.io/employ-crud",
yarn deploy