josemiguel02 / quiz-app-typescript

This is a simple project about a programming Quiz.

Home Page:https://josemiguel02.github.io/quiz-app-typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quiz App with Typescript 🤯⚡

Table of Content

About The Project

App Screenshot

Description

This is a simple project I made to practice manipulating the DOM with Typescript and OOP.

The application is about a programming Quiz which by changing the questions are adding points and at the end of the questions gives a final score.

Built With

HTML5

CSS

TypeScript

Snowpack

Installation

  1. Clone the repo and change "my-project" to your project name.
  git clone https://github.com/josemiguel02/quiz-app-typescript.git ./my-project
  1. Go to the project directory
  cd my-project
  1. Install NPM packages
  npm install

Usage

Run the project in development

  npm run dev

Build the project

  npm run build

Demo

Contact

About

This is a simple project about a programming Quiz.

https://josemiguel02.github.io/quiz-app-typescript


Languages

Language:TypeScript 34.3%Language:JavaScript 30.1%Language:CSS 25.6%Language:HTML 10.1%