Table of Contents

About The Project

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

Built With

Front End

Back-End

The FrontEnd consumes an api available and explained in this repo BackGoFinances.

Getting Started

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.

Prerequisites

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).

Installation

  1. Install Yarn

  2. Clone the repo

git clone https://github.com/MatheusSanchez/GitHubExplorer
  1. Install Yarn packages
yarn
  1. Run the project
yarn start

Usage

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project

  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)

  3. Commit your Changes (git commit -m 'Add some AmazingFeature')

  4. Push to the Branch (git push origin feature/AmazingFeature)

  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Matheus Sanchez - @MatheusSanchez - matheus_sanchez@usp.br

Project Link: https://github.com/MatheusSanchez/FrontGoFinances

Acknowledgements

About Readme

I wrote this Readme based in other repository;

It's a very simple and useful template for readmes;

You can see this here