/blog-code-references

This repo contains reference code for tutorial articles on my blog

Blog reference code

This repo contains reference code for different tutorial articles from the blog

Articles

code for specific article can be found on their respective branches, navigate using the following list

  1. Create a react app without create-react-app (CRA)
  2. Set up ESLint, Prettier and Husky in a React project
  3. Setup Jest and React Testing Library in a React project
  4. Redux explained from a beginners's prespective
  5. Setup Tailwind CSS in a React project configured from scratch
  6. Setup Jasmine testing Framework in Node JS