This repository is the Frontend part of Computer Based Test which is made using Nuxt 3.
Here're some of the project's best features:
- Paper saving
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
Technologies used in the project:
- Nuxt 3
- Vue 3
- Typescripts
- Tailwind CSS
- Nuxt UI
- 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.