Bug Tracking App for Developers - Record your daily bugs here to memorize them, mark as resolved or not to make sure you're not facing unmemorized bugs in your projects.
- Clone this repo by running this command
git clone https://github.com/aimelive/bug-tracker-app.git- Cd into
bug-tracker-appdirectory - Run
npm install --legacy-peer-depsto get all dependencies - Run
npm startto launch the project in your default browser - N.B: You must have Node Js installed on your machine and
typescriptinstalled globally on your machine
- Web App
https://bug-tracker-9f416.web.app/- Netlify
https://bugs-tracking.netlify.app/- Desktop version
- Node JS
- TypeScript
- Redux (State Management Library for JavaScript applications)
- Tailwind CSS (first-utility class css library)

