TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Launched my first react app (to track your spending)

4 pointsby jfoucherover 8 years ago

2 comments

jfoucherover 8 years ago
Hi everyone. I just wanted to show you my latest side project. It&#x27;s a small React app I built to learn reactjs.<p>I ended up learning quite a bit more as it turns out, notably CouchDB and it&#x27;s javascript implementation, PouchDB. Some great tools for what I wanted to do: a web app that doesn&#x27;t care whether I&#x27;m online or not.<p>I initially wanted to track my own spending, so I built an even simpler app that only worked on my computer localhost, and I often forgot to save a purchase when I only had my phone handy.<p>Now I can track everything I spend, wherever I am !<p>Let me know what you think.<p>By the way the code is here: <a href="https:&#x2F;&#x2F;github.com&#x2F;jfoucher&#x2F;budgetTracker" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jfoucher&#x2F;budgetTracker</a><p>It will probably look awful to experienced react users, but please let me know what you think, feedback is the only way to grow.<p>Thanks again !
dvdhntover 8 years ago
Pretty neat to see you bring it full circle from learning React to deploying something.<p>I like the colors.<p>It&#x27;d be nice if the side menu closed when you clicked or tapped outside of it.<p>I saw you were storing a component in state, for the alert, it&#x27;s something I don&#x27;t see very often. Where did you pick that up?
评论 #13425072 未加载