Skip to content

Latest commit

 

History

History
67 lines (46 loc) · 2.9 KB

README.md

File metadata and controls

67 lines (46 loc) · 2.9 KB

Testar - Tests & Quizzes

App Logo

Testar is an app for creating and publishing online tests and quizzes. With its user-friendly dashboard, professionals and hobbyists can quickly create engaging tests to assess knowledge and understanding. Testar makes it easy to share tests with others through a link, allowing them to participate and take the test. It's an excellent solution for anyone in need of a reliable and efficient way to create and administer online tests and quizzes.

View App - Testar Screenshots - Behance

Technologies Used

Nuxtjs Supabase TypeScript Green Sock Visual Studio Code Vercel


The purpose of this repository is to showcase Testar app's source code.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.