/github-issue-tracker

This project is an app for tracking issues on github. Built with React.js, Client state managed with React Hooks and server state managed with React query.

Primary LanguageJavaScriptMIT LicenseMIT

Project

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

You can view the final project here

Project setup

git clone https://github.com/abugi/issue-tracker.git
npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build