Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.06 KB

File metadata and controls

53 lines (31 loc) · 1.06 KB

Computer Based Test

This repository is the Frontend part of Computer Based Test which is made using Nuxt 3.

🧐 Features

Here're some of the project's best features:

  • Paper saving

🛠️ Installation Steps:

1. Clone Repository

git clone https://github.com/DevacctoRPL/Frontend-Computer-Based-Test.git

2. Install dependencies

pnpm install

3. Run Development server

pnpm run dev --host=127.0.0.1 //For better load time, according to some sources but not for me -Adit

💻 Built with

Technologies used in the project:

  • Nuxt 3
  • Vue 3
  • Typescripts
  • Tailwind CSS
  • Nuxt UI

Ruleset:

  • Use kebab-case for file names
  • Use PascalCase for component names
  • Use camelCase for variables and functions

Look at the Nuxt documentation to learn more.

Check out the deployment documentation for more information.