Skip to content

brenno-calado/inventory

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Tetris Inventory

Inventory demonstration

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

Summary
  1. Starting up
  2. Roadmap
  3. Contributing

Made with

(Back to the top)

Starting up

Requirements

Make sure you have Node and NPM installed

sudo apt install nodejs
sudo apt install npm

Installing

  1. Clone the repository and open the folder
git clone git@github.com:brenno-calado/inventory.git
cd inventory
  1. Instale as dependências com npm
npm install
  1. Run the Software
npm start

(Back to the top)

Roadmap

  • v0.1.0
  • [] v1.0.0

See the project section to have a complete list of features to be implemented and detected bugs

(Back to the top)

Contributing

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!

  1. Make a new branch
  git checkout -b feat-multer-upload
  1. Make sure your code passes lint
  npm run lint
  1. Make short commits but that makes sense, as a whole
  git commit -am "add multer upload controller"
  1. Upload changes
  git push origin feat-multer-upload
  1. Open a Pull Request
  2. Tag your contribution, "bug fix" or "enhancement", for example

(Back to the top)

About

A React Tetris-like Inventory

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors