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, install the dependencies:

npm install

Second, run the development server:

npm run dev

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

Releases

No releases published

Packages

No packages published