This is a portfolio of React assigments done during the course Advanced Professional Certificate of Software Engineering from NTU.
Using Visual Studio Code to create Static Web App:
- Location of application code: /
- API: "" blank
- Location of build output: "/dist"
The content cardcontent.json must be put in the public folder.
The sequence of router links. Routes must be put below the Nav.Link.
The Navbar section will include the collapse. End this Navbar section, then start the Routes section. The Routes is another section by itself.
<Router>
<Navbar>
Nav Collaspse also inside here
</Navbar>
<Nav.Link>Go somewhere</Nav.Lin>
Routes is another div by itself.
<Routes></Routes>
</Router>
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh