Skip to content

Personal project to practice a little bit of react and learn about recoil

Notifications You must be signed in to change notification settings

jrnmagalhaes/finances

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finances

I made this project to practice a little bit of React and mainly to learn about Recoil.

This project uses Firebase as backend.

Running

  1. Create a .env file in root directory
REACT_APP_API_KEY=
REACT_APP_AUTH_DOMAIN=
REACT_APP_DATABASE_URL=
REACT_APP_PROJECT_ID=
REACT_APP_STORAGE_BUCKET=
REACT_APP_MESSAGING_SENDER_ID=
  1. Install dependencies
yarn install
  1. Run the project
yarn start

To do

  • Money mask for inputs
  • Activity indicators (Loaders)
  • Bank account records
  • Payment records

About

Personal project to practice a little bit of react and learn about recoil

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published