/bug-tracker-app

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.

Primary LanguageTypeScript

Bug Tracking App 🐞

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.

Run locally

  • Clone this repo by running this command
git clone https://github.com/aimelive/bug-tracker-app.git
  • Cd into bug-tracker-app directory
  • Run npm install --legacy-peer-deps to 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 typescript installed globally on your machine

Deployments

  • Web App
https://bug-tracker-9f416.web.app/
  • Netlify
https://bugs-tracking.netlify.app/

Screenshots

  • Desktop version

Screen Shot 2023-01-16 at 18 50 17

* Mobile version

Screen Shot 2023-01-16 at 18 53 21

Technologies Used

  • Node JS
  • TypeScript
  • Redux (State Management Library for JavaScript applications)
  • Tailwind CSS (first-utility class css library)