Skip to content

josemiguel02/quiz-app-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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