Skip to content

hervishwaran11/MultiMath---Demo-Project

Repository files navigation

MultiMath - TypeScript Demo Project

This is my demo project MultiMath to learn TypeScript from Pluralsight.

About the Project

MultiMath is a simple math game built with TypeScript that helps practice multiplication problems. This project serves as a hands-on learning experience to understand TypeScript fundamentals including:

  • TypeScript syntax and type annotations
  • Compiling TypeScript to JavaScript
  • Using webpack for bundling
  • Building interactive web applications with TypeScript

Getting Started

  1. Install dependencies:

    npm install
  2. Start the development server:

    npm start
  3. Open your browser and navigate to http://localhost:8080

Project Structure

  • app/app.ts - Main TypeScript application file
  • index.html - HTML template
  • webpack.config.js - Webpack configuration
  • tsconfig.json - TypeScript configuration

Learning Goals

This project helps me practice:

  • TypeScript type system
  • DOM manipulation with TypeScript
  • Project setup and build tools
  • Modern web development workflow

Happy coding with TypeScript! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published