LauraBeatris / paypal-transactions

A re-concept of Paypal focused on financial transactions management - Built with React.js, Styled Components, and SWR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paypal Transactions

Store transactions and keep up to date with your balance

Author Languages Stars Forks Contributors



๐Ÿ“Œ Table of Contents

๐Ÿš€ Features

  • ๐ŸŒด Keep you up to date with your transactions by listing them.
  • โก Delete transactions that you may not care about anymore.
  • ๐Ÿ“‚ Import transactions from CSV files

๐Ÿ‘ท Installation

You need to install Node.js and Yarn first, then in order to clone the project via HTTPS, run this command:

git clone https://github.com/LauraBeatris/paypal-transactions.git

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:

git clone git@github.com:LauraBeatris/paypal-transactions.git

Install dependencies

yarn install

Create your enviroment variables based on the examples of .env.example

cp .env.example .env

After copying the examples, make sure to fill the variables with new values.

Setup the API

The interface needs to interact with the server to get the list of transactions and execute mutations.

Make sure to go to the GoFinances Rest API repository and follow the instructions in order to get it running in your machine.

๐Ÿƒ Getting Started

Run the following command in order to start the application in a development environment:

yarn start

๐Ÿ“ฎ Faq

Question: What are the tecnologies used in this project?

Answer: The tecnologies used in this project are React + Styled Components to handle scoped CSS.

I'm also using SWR in order to easily cache and mutate the transactions data.

๐Ÿ› Issues

Feel free to file a new issue with a respective title and description on the Paypal Transactions repository. If you already found a solution to your problem, i would love to review your pull request! Have a look at our contribution guidelines to find out about the coding standards.

๐ŸŽ‰ Contributing

Check out the contributing page to see the best places to file issues, start discussions and begin contributing.

๐Ÿ“• License

Released in 2020. This project is under the MIT license.

Made with love by Laura Beatris ๐Ÿ’œ๐Ÿš€

About

A re-concept of Paypal focused on financial transactions management - Built with React.js, Styled Components, and SWR


Languages

Language:TypeScript 96.7%Language:HTML 2.2%Language:JavaScript 1.1%