Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sharique-tech1987/react-issues-tracker


https://github.com/sharique-tech1987/react-issues-tracker

javascript json-server react-demo react-example react-js react-router yarn

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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](https://github.com/typicode/json-server) to fetch list of issues
through API endpoint.

It features the following technologies:

* [React 16](https://github.com/facebook/react)
* [React Router](https://github.com/ReactTraining/react-router)
* [Json-server](https://github.com/typicode/json-server)
* [Concurrently](https://github.com/kimmobrunfeldt/concurrently)

# How to try it out
#### Prerequisites
* You must have `npm` and `yarn` installed on your system

#### Run
* 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](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.