React Query Course Project - Issue Tracker

Info

This repository is based on ui.dev's "React Query" course project.

For more information on the course, visit ui.dev/react-query.

Project

This project is an app for tracking issues. The backend is fully mocked with MSW - the project is building the UI and data fetching using React Query

Installation and running

Navigate to project and run yarn install to get all the dependencies.

To run it locally hit - yarn dev