Skip to content

tomwf/issue-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issue Tracker

A simple web app to track issues.

Installation

git clone https:/tomwf/issue-tracker.git

Navigate into the directory:

cd issue-tracker

Install the dependencies:

npm i

Run the local dev environment:

npm start

Open your browser and visit:

http://localhost:3000

Link

Live Demo: Issue Tracker