/Twillie-Front

Primary LanguageJavaScript

Twillie

Build With

About the project

twillie is a financial wallet that stores records

  • records that can be created and deleted.
  • in response to creating records , the user will have a balance based on their transactions

Getting Started

To clone the project, run the following command:

git clone https://github.com/NinaS23/Twillie-Front.git

Then, navigate to the project folder and run the following command:

npm install

create .env file and put on it:

$ REACT_APP_API_BASE_URL= https://twillie-nina.herokuapp.com

Finally, start the app:

npm start