Skip to content

brophdawg11/issue-tracker-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issue Tracker Front-end


Issue Tracker Front-end handles the UI front-end for the Issue Tracker application. This Issue Tracker stores issues created by users. User can add comments to issues until they are ready to resolve the issue. Resolved issues can be viewed and re-opened if needed.

GitHub for Back-end: https://github.com/stennity8/issue-tracker-api.git

Heroku link: COMING SOON

Video Walk-through: COMING SOON


Installation

  • To run this app on a local server:
  1. Fork this repo and then clone to your local environment using https://github.com/stennity8/issue-tracker-frontend.git
    for SSH or git@github.com:stennity8/issue-tracker-frontend.git for HTTPS
  2. cd into the newly created issue-tracker-frontend folder.
  3. Run npm install
  4. Make sure the Issue Tracker API is running on http://localhost:3000/ and then run npm start
  5. Navigate to the localhost that you are directed to in the output. This is usually http://localhost:8080/ but could be different based on your settings.

Contributing

  • If you are interested in contributing to this app please feel free to submit a pull request.

Authors

© 2019 by stennity8

License

This project is licensed under the MIT License:

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.1%
  • HTML 11.0%
  • CSS 0.9%