Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 936 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 936 Bytes

This is demo project to showcase my skills. You're free to use any part of it.

Reasons to create this app

I carefully read Auth0 requirements for several jobs and many time seen suggestion to give link for personal blog. I'm not active blogger (may be yet?) so I've decided to share my best posts on StackOverflow. They can be considered as short blog posts. Also this app is located on glitch.com to showcase my development shills

How does it works

This application will fetch selected posts from StackOverflow and present them grouped by primary Tag.

  • Application (SPA) is based on:
  • React
  • Typescript
  • Redux for storing state (questions and answers)
  • Redux-Saga for async actions like fetching posts
  • Storybook for developing components in isolation
  • Jest for unittesting
  • Material UI for building interface

Then app is built and put on https://so-showcase.glitch.me where you can explore it.

Hope you enjoy it!