Skip to content

Guilbertoliveira/OrganoReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smite Card

GitHub Language Count GitHub Top Language GitHub Closed Pull Requests GitHub Last Commit Github License

🔨Project Status🔨

Project found open for modifications.

Project description

This project served as a basis to improve my knowledge in react, some improvements were made by me.

Version Mobile

Version Desktop

Technologies used

To use the project:

  1. Clone repository with gitbash
  2. git clone https://github.com/Guilbertoliveira/OrganoReact.git
    
  3. To install project dependencies (you need to have node.js installed)
  4. npm install
    
  5. To run the project locally
  6. npm start
    

Project link

Link Vercel

Designer Figma

Link Figma

Contributing

  1. Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
  2. Fork the Project
  3. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  4. Commit your Changes (git commit -m 'Add some AmazingFeature')
  5. Push to the Branch (git push origin feature/AmazingFeature)
  6. Open a Pull Request

Conventional commits:

  • feat: (new feature for the user, not a new feature for build script)
  • fix: (bug fix for the user, not a fix to a build script)
  • docs: (changes to the documentation)
  • style: (formatting, missing semi colons, etc; no production code change)
  • refactor: (refactoring production code, eg. renaming a variable)
  • test: (adding missing tests, refactoring tests; no production code change)
  • chore: (updating grunt tasks etc; no production code change)