- English: https://covered-ca-clone-client.vercel.app/en
- Spanish: https://covered-ca-clone-client.vercel.app/sp
- Video Demo: https://www.youtube.com/watch?v=DHcKh70Gu3c
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.
- NextJS
- TailwindCSS
Learn more about the design: https://dev.to/pgomezec/a-user-centered-coveredcacom-5hco
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.