SH
sharique-tech1987/react-issues-tracker
Issue Tracker App
React app which shows list of issues and their details.
About
This react app uses bootstrap to make issues list's looks better. It also uses
json-server to fetch list of issues
through API endpoint.
It features the following technologies:
How to try it out
Prerequisites
- You must have
npmandyarninstalled on your system
Run
- Clone this repository
- Go to project directory
- From command line/terminal type
yarn installand wait for dependencies to install - After that
yarn run dev - Open your browser on http://localhost:3000
Enhancements
- Add issue creation functionality
- Add issue searching functionality
- Add multiple filters
- Add sorting functionality
Feel free to use it in your own projects and can also contact me for the modifications.