If you want to take a look at the project, it is here.
This project is part of my personal portfolio, I did it only with the intention of improving my skills in React.js, so, I'll be happy if you could provide me any feedback about the project, code, structure or anything that you can report that could make me a better developer!
Email-me: vini_bernal@hotmail.com
Connect with me at LinkedIn
To run this project in the development mode, you'll need to have a basic environment to run a React App, that can be found here.
Cloning this repository
$ https://github.com/bernalvinicius/trampos.git
$ cd trampos
Installing Dependencies
$ yarn
or
$ npm install
Running
With all dependencies installed and the environment properly configured, you can now run the app:
$ npm start
