Skip to content

Aplicação React utilizando Redux, Redux-Thunk com consulta Awesomeapi API para as cotações das moedas. Esta aplicação tem como objetivo cadastrar e exibir despesas e seu valor total convertido para BRL.

License

Notifications You must be signed in to change notification settings

ocarlosbarros/trybewallet

Repository files navigation

Trybewallet

ocarlosbarros - trybewallet

forks - trybewallet stars - trybewallet

Trybe Wallet Web Application

📋 Table of Contents

👉 About project

The Trybewallet is a currency converter expense control wallet.

✔️ Features

  • Login with email in format 'string@string.com'
  • Login with password greater and equal 6
  • Add, an expense
  • View a table with your expenses
  • Remove an expense
  • Edit an expense
  • View total spend converted to BRL (Brazilian Real) currency
  • Implement test scripts

back to top

📷 Screenshots

Login

Trybe Wallet Web Application

Wallet

Trybe Wallet Web Application

back to top

🛠️ Built with

This project was bootstrapped with Create React App.

  • 💻 Technologies and Libs

    • React
    • React Icon
    • React Router
    • React Redux
    • Redux
    • Redux Devtools Extension
    • Redux Thunk
    • Stylelint

back to top

🚀 Getting Started

These instructions will allow you to get a copy of the project on your local machine for development and testing purposes.

⚠️ Requirements

Before starting, you need to have Node.js and Git installed on your computer. You can download them at https://nodejs.org and https://git-scm.com/downloads.

Check that the installations were successful by running the command in terminal.

node -v & git --version

This command should return node and git version installed in your computer.

back to top

⚙️ Run Application

  1. Clone project

    git clone https://github.com/ocarlosbarros/trybewallet.git
    
  2. Access project folder

    cd trybewallet
    
  3. Install dependencies

    npm install
    
  4. Run project

    npm start
    

back to top

🤖 Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.

npm test
  • Tests have not been implemented yet.

Launches the test runner in the interactive watch mode. See the section about Tests.

npm run build

Builds the app for production to the build folder.

npm run eject

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project. More information in Create React App Doc

back to top

🧪 Tests

To run tests, run the following command

npm test

back to top

📄 License

Trybewallet is MIT Licensed. See LICENSE.md for more information.


back to top

:octocat: Developers


Carlos Barros

Developed with 💜 by Carlos Barros

back to top

About

Aplicação React utilizando Redux, Redux-Thunk com consulta Awesomeapi API para as cotações das moedas. Esta aplicação tem como objetivo cadastrar e exibir despesas e seu valor total convertido para BRL.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published