Skip to content

liewchooichin/happyCoding

Repository files navigation

README

About Happy Coding

This is a portfolio of React assigments done during the course Advanced Professional Certificate of Software Engineering from NTU.

Configuration

Using Visual Studio Code to create Static Web App:

  • Location of application code: /
  • API: "" blank
  • Location of build output: "/dist"

Notes

The content cardcontent.json must be put in the public folder.

Router

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>

Original README from vite@latest

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Releases

No releases published

Packages

No packages published