Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sharique-tech1987/react-issues-tracker
- Owner: sharique-tech1987
- Created: 2020-05-23T13:02:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T20:33:25.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T21:07:07.950Z (3 months ago)
- Topics: javascript, json-server, react-demo, react-example, react-js, react-router, yarn
- Language: JavaScript
- Size: 4.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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 functionalityFeel free to use it in your own projects and can also contact me for the modifications.