An Simple project to get the main concepts about ReactJs, NodeJs and how to develop API.
The project consists in present information about your expenses. The main idea is for the user to register anything he has spent money on and group this things in categories. The layout was provided by Rocketseat and is available at this Link
Front End
Back-End
The FrontEnd consumes an api available and explained in this repo BackGoFinances.
This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.
You will need Yarn, in the following link you find how to install this depending on your operating system.
These requirements are only for running the Front End. To run the Back-End access this repository (BackGoFinances).
-
Install Yarn
-
Clone the repo
git clone https://github.com/MatheusSanchez/GitHubExplorer
- Install Yarn packages
yarn
- Run the project
yarn start
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
-
Fork the Project
-
Create your Feature Branch (
git checkout -b feature/AmazingFeature
) -
Commit your Changes (
git commit -m 'Add some AmazingFeature'
) -
Push to the Branch (
git push origin feature/AmazingFeature
) -
Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Matheus Sanchez - @MatheusSanchez - matheus_sanchez@usp.br
Project Link: https://github.com/MatheusSanchez/FrontGoFinances
I wrote this Readme based in other repository;
It's a very simple and useful template for readmes;
You can see this here