This is a modern React Demo Application that shows a list of users and allows the client to edit their fields.
To get this repository on your local machine run git clone https://github.com/steveMuema/myJobo.git. Go to the /myJobo folder on your local computer and run npm start to run the app locally on your web browser.
One should install the following configurations to run the app in development
* NPM package
* Node package
To run the test locally, one can run node scripts/test.js.
The app is deployed on Heroku on can visit the demo at Click Here
- ReactJS - The web framework used
- React-Redux - State Management
- redux - Used to mutation of state.
- redux-thunk - Used for middleware for redux.
- Steve Muema - Initial work - steveMuema
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration