pmartinsdev / sinope

Sinope is a Financial web app to manage your money with incomes and expenses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sinope logo with letter S with green color and the rest of letters with white color


Welcome 👋🏼

Ok ... so How can we use it ???

Basicaly we have 3 choices.

  1. Fork this repository and use in your machine with your's informations.
  2. Use this website from my link (Working in Progress ...).
  3. Just clone this repository and run in your machine.

The choice is up to you 😉


Screenshots

Dashboard


Creating a new Transaction


How to Run ? 🤨

💡The terminal must be in the root folder of the project to perform these steps ...


  1. Install all dependecies with your favorive Node Packages Manager;
  yarn install # or npm install
  1. After Install all dependencies, Run all tests using test script;
  yarn test # or npm run test
  1. Run the project JSON server into another terminal;
  yarn dev:server # or npm run dev:server
  1. Then run the project into development mode using dev script;
  yarn dev # or npm run dev

And done !! you are ready to code or test !! 🤩


Made with ❤️ by Paulo Martins

About

Sinope is a Financial web app to manage your money with incomes and expenses


Languages

Language:TypeScript 96.7%Language:HTML 3.3%