Skip to content

cardinal-app/webapp-react

Repository files navigation

jhc github next.js test-and-release Vercel

Logo Webapp (React)

🧪 Same app, new framework

react.cardinal.jrsmth.io

Screenshot 2024-01-23 at 16 56 41

Explanation

  • 🧬 Suite of tools to assist with life admin (see more)
  • 💻 Public demo built with Next.js

Project Structure

    const project = {
        app: [ // routing structure (cypress testing)
            "home",
            "fit-track",
            "login"
        ],
        core: [ // general functionality (jest testing)
            "components",
            "interfaces",
            "utils"
        ]
    }