Skip to content

nitishkumar31/issue-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issue Tracker

Created an Issue Tracker Web Application using HTML, CSS, JavaScript, Node js, Express js & MongoDB.

Users can do multiple tasks over here...

  • Create a project
  • Check the details of the project
  • Create a new issue for the bug present in the project
  • Filter the issues based on labels or Author Name
  • Search Issues based on Issue title and description. All this data will be stored at MongoDB Atlas.

Tools Used


To start the project in local system, write two commands in the terminal

  • npm install, Then after installing all the dependencies, write
  • npm run dev