This is a trivia app I am building to practice Tailwind CSS.
Tech used: Vanilla TypeScript, Tailwind CSS and webpack
This app uses an external api to fetch trivia questions for the user. Vanilla typescript is used to display these questions for the user and Tailwind CSS was used to style the app. Webpack was used as a module bundler and I made a custom webpack.config.js for all the app's needs.
This app has a lot of room to grow. Currently, the user(s) can select question difficulty and category and then play, but no data is stored about the user. I could set up either an api or use localstorage to persist user data in between sessions. I could also create a more elegant UI.
This app was all about learning Tailwind CSS. It was a great introduction to a tool I know I will continue to use in the future.