Skip to content

Gome510/covered-ca-clone-client

Repository files navigation

CoveredCA Clone Client

Live Demo

Background

This project aims to demonstrate how to optimize coveredca.com. As far as I can tell, CoveredCA.com is rendered completely on the client (CSR). Much of the site, prior to the user logging-in, is static content that can be built in advance on the server. NextJS has server-side rendering (SSR) built in along with many other optimizations. Therefore, it is my framework of choice for this project.

Tech Stack

  • NextJS
  • TailwindCSS

Figma Design

Learn more about the design: https://dev.to/pgomezec/a-user-centered-coveredcacom-5hco

https://www.figma.com/file/SI5OLMV0gbzCZ33uFAOFFs/CoveredCa?type=design&node-id=2-7&mode=design&t=0KoM9vsMBQ99WPes-0

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.