erickhilda / cermati-frontend-test

Home Page:cermati-test-gules.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Vue.js project, create with vite and Vue.js 3.

Getting Started

First, install the dependencies:

npm install
# or if you using yarn
yarn

Finally, run the development server:

npm run dev
# or
yarn dev

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

To run the integration tests, run:

# Make sure the web was already running before you run the tests
# run with cypress UI
npm run cy:open
# or
yarn cy:open

# run cypress without it's UI
npm run cy:run
# or
yarn cy:run

Demo

you can check the demo here Cermati

Recommended IDE Setup

To Do List

  • Create layout for hero section
  • Create component fro notification
  • Create layout for help section include component card and footer
  • Create component for newsletter

About

cermati-test-gules.vercel.app


Languages

Language:Vue 85.0%Language:JavaScript 10.5%Language:HTML 3.9%Language:CSS 0.6%