DEV Community

A
A

Posted on

I built a free TypeScript quiz website with 125 questions and levels

Over the last few weeks I have been working on a small side project to help people improve their TypeScript skills in a more practical way. I always felt that just watching tutorials or reading documentation was not enough, so I ended up building this:

https://www.ts-quiz.com/

Some features it includes:

5 levels, such as basic, medium, advanced, functional and React

It has 125 questions (for now)

It focuses on concepts like types, narrowing, generics and so on

You get feedback while answering

The stack I used is React and TypeScript and the user interface is simple since it's mostly focused on usability and learning rather than design.

I have some ideas for the future such as:

Progress tracking

Score system

Leaderboards

More advanced questions

I would really appreciate any kind of feedback since it's one of the first projects of this kind I've made

Thanks in advance

Top comments (0)