This is a front-end application that uses a Rails API to manage the item inventory for the Guilded Rose store. The store is based on the "Gilded Rose" kata'.
- React
- Jest (testing)
- React testing library (testing)
- Heroku (deployment)
- Fork the repository and clone the master branch to your computer.
- In your local terminal,
cdinto the root directory of the app. - In your local terminal, run
yarn installto install all the dependencies. - Visit the rails API repo, install, and run the app.
- Run
yarn startin your terminal to start up the react app.
Run the following in your terminal:
yarn testYou can visit the deployed version of the app here
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.