This repository was inspired by Escape from Tarkov inventory system. It is made with React and tested with Cypress Bug Report Ask for a Feature
Make sure you have Node and NPM installed
sudo apt install nodejssudo apt install npm- Clone the repository and open the folder
git clone git@github.com:brenno-calado/inventory.git
cd inventory- Instale as dependências com npm
npm install- Run the Software
npm start- v0.1.0
- [] v1.0.0
See the project section to have a complete list of features to be implemented and detected bugs
Feel free to improve the API!
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Make a new branch
git checkout -b feat-multer-upload- Make sure your code passes lint
npm run lint- Make short commits but that makes sense, as a whole
git commit -am "add multer upload controller"- Upload changes
git push origin feat-multer-upload- Open a Pull Request
- Tag your contribution, "bug fix" or "enhancement", for example
