Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhinav-reddy-k/bug-tracker
https://github.com/abhinav-reddy-k/bug-tracker
react-redux redux
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/abhinav-reddy-k/bug-tracker
- Owner: Abhinav-Reddy-k
- Created: 2020-07-09T11:12:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T10:56:35.000Z (over 4 years ago)
- Last Synced: 2023-10-31T22:21:56.304Z (over 1 year ago)
- Topics: react-redux, redux
- Language: JavaScript
- Homepage:
- Size: 186 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bug-Tracker-App
## This is a "REDUX STORE" for dispatching various bug-tracking actions.
### This project is built with redux and redux/toolkit.
## Run the programs
Install Node.js which installs npm for you. Once installed open code in your favorite code editor such as Atom, Visual Studio Code or even an IDE such as WebStorm.
Install Redux-Chrome extension to view various actions dispached at `localhost:9000`..### Run the dev server
Open a terminal and type in `npm start` to run the dev server. Go to `localhost:9000` to see the results.