/QuizAppTS

Basic Quiz App in Typescript from FreeCodeCamp YT Tutorial

Primary LanguageTypeScript

Basic Quiz App in TypeScript

Just trying typescript for the first time 💥

  • You can test it, here : Site

Prerequisites

  • A modern web browser like Brave , Chrome , Firefox etc
  • Node

Getting Started

1. Fork this repository 🍴

2. Clone your forked repository to your local system 👥

git clone https://github.com/<your-username>/QuizAppTS.git

Or Download and extract the zip file.

Running

  1. Install NPM packages
npm install
  1. Run
npm start
  1. Open your browser and go to http://127.0.0.1:3000 or https://localhost:3000

Built With

  • TypeScript - Typed JavaScript at Any Scale
  • ReactJs - A JavaScript library for building user interfaces
  • Styled Components - Use the best bits of ES6 and CSS to style your apps without stress 💅🏾
  • OpenTDB API - Free to use, user-contributed trivia question database

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments