/TypescriptLearnathon

Typescript challenges for learning

Primary LanguageJavaScriptMIT LicenseMIT

Typescript challenges for learning 🤓

  1. Install Node 16 https://nodejs.org/en/download/
  2. Install ESLint and Prettier - Code formatter vscode extensions
  3. Fork the repository
  4. Open the project folder with vscode
  5. Run npm install
  6. Inside the src folder, create a new folder
  7. Copy the files from the js folder to your new folder and update their file extention from .js to .ts
  8. Fix and improve the code! 🚀