Preview | Technologies Used | How to run the project | How to contribute | License
Frontend challenge to improve the React.js concepts (babel, webpack, components, property, state and immutability) applied in Rocketseat's GoStack Bootcamp.
it's an Application which stores repositories of the a portfolio. it enables one to create, read and remove repositories.
- React.js
- Clone the repository of the API and run
- Clone this repository
git clone https://github.com/RuthMaria/gostack-reactJs-concepts.git
- Install dependencies
yarn
- Run the project
yarn start
- Run the tests
yarn test
- Fork this repository,
- Create a branch with your feature:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
This project is under the MIT license. See the file LICENSE for more details.