{"id":14977452,"url":"https://github.com/dijevic/cashys-front-end","last_synced_at":"2026-03-07T00:02:29.444Z","repository":{"id":46269036,"uuid":"466886715","full_name":"dijevic/cashys-front-end","owner":"dijevic","description":"cashys App","archived":false,"fork":false,"pushed_at":"2022-07-18T18:29:43.000Z","size":1161,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T09:16:53.589Z","etag":null,"topics":["javascript","practice-programming","react","styledcomponents"],"latest_commit_sha":null,"homepage":"https://cashys.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dijevic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-06T23:55:44.000Z","updated_at":"2023-03-07T07:53:31.000Z","dependencies_parsed_at":"2022-08-28T14:21:25.276Z","dependency_job_id":null,"html_url":"https://github.com/dijevic/cashys-front-end","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dijevic/cashys-front-end","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dijevic%2Fcashys-front-end","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dijevic%2Fcashys-front-end/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dijevic%2Fcashys-front-end/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dijevic%2Fcashys-front-end/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dijevic","download_url":"https://codeload.github.com/dijevic/cashys-front-end/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dijevic%2Fcashys-front-end/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30204110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","practice-programming","react","styledcomponents"],"created_at":"2024-09-24T13:55:42.348Z","updated_at":"2026-03-07T00:02:29.419Z","avatar_url":"https://github.com/dijevic.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 color=\"red\" align=\"center\"\u003e WELCOME TO CASHYS 😎😎💱 💸\u003c/h1\u003e\n\n\u003ch3 color=\"red\" align=\"center\"\u003eA React app to keep on track my debts and incomes \u003c/h3\u003e\n\n \u003cbr/\u003e\n\n**The main idea of the project was to create a complete MERN stack development to deal with incomes and debts , having a balance of them and be able to do a CRUD of operations(debts and incomes) and categories**\n\nThe project has been done with _React_ \u0026 _zustand(global state)_ , _React Router v6_ , _Styled components_ and _react-toastify_\n\nTo deal with the global state I am using **zustand** which is less weight than **React-Redux \u0026 Redux** , and really easy to setup and use.\nFor the App routing and using React-router v6 which is the latest known version of React-Router.\n\nFor the styles I decided to cope with them using **Styled components**(and no regrets are coming to me, this is for me the best way to style components while possible) and the beauty and easy-use **react-toastify** to work with the notifications and messages.\n\nOverall I tried to be as atomic as possible with my components, always trying to keep the components simples and easy to read.\n\n**To start with this project in local**\n\n_First step :_\n\n- copy and paste the follow in you cd:\n\n```\n https://github.com/dijevic/cashys-front-end.git\n```\n\n_Second step :_\n\n- navigate to the folder:\n\n```\n cd cashys-front-end\n\n```\n\n_open the folder in your favorite IDE:_\n\n```\n code .\n```\n\n_Install all the dependencies :_\n\n```\n npm install\n```\n\n_Create a .env.development file:_\n\n- add the following enviroment var for the API local URL :\n\n```\nREACT_APP_API_URL=http://localhost:4000/api/v1\n```\n\nNOTE : the *PORT* number has to be the same you has setted on the backend .\n\n_run the project:_\n\n```\n\n npm start\n```\n\n\u003cp align=\"center\"\u003eThen you have two ways to use the backend and integrate it with this front-end\u003c/p\u003e\n\n- clone the Backend , follow the backend instructions and run it up :\n\n[cashys backend](https://github.com/dijevic/Cashys)\n\u003cb\u003e(Steps and instructions to use the backend are in the link)\u003c/b\u003e\n\n\u003cp\u003eYou can also change the enviroment  to use the backend that is alive with railway and clever cloud(DB) \u003c/p\u003e\n\n- Change the API url in the enviroments(development enviroment) for:\n\n```\nREACT_APP_API_URL=https://cashys-production.up.railway.app/api/v1\n\n```\n\n_You can also see the app alive here :_\n\n\u003ca href=\"https://cashys.netlify.app/\" target=\"_blank\"\u003eGo to cashys\u003c/a\u003e\n\n- User to Log into the app :+1:\n\n```\n**Email**    : dijevic.developer@gmail.com\n**password** : 123456\n```\n![GoodJobGIF](https://user-images.githubusercontent.com/66389456/179578383-137e21ed-646e-4126-9de7-bf3c1a6ffafc.gif)\n\n\u003cp\u003e And finally there you go !\u003c/p\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdijevic%2Fcashys-front-end","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdijevic%2Fcashys-front-end","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdijevic%2Fcashys-front-end/lists"}