React app which shows list of issues and their details.
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:
- You must have
npm
andyarn
installed on your system
- Clone this repository
- Go to project directory
- From command line/terminal type
yarn install
and wait for dependencies to install - After that
yarn run dev
- Open your browser on http://localhost:3000
- 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.