WeSearch

πŸš€ I Built a Expense Splitting App Using HTML, CSS & JavaScript

Β·1 min read Β· 0 reactions Β· 0 comments Β· 7 views
#built#expense#splitting#using#html
πŸš€ I Built a Expense Splitting App Using HTML, CSS & JavaScript
TL;DR Β· WeSearch summary

I learned about authentication, APK generation, deployment, debugging, and improving user experience. I'd love to hear your feedback or suggestions for future features. Submit Preview Dismiss Code of Conduct β€’ Report abuse Are you sure you want to hide this comment?

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) β†’
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 4039382) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Adarsh Patil Posted on Jul 21 πŸš€ I Built a Expense Splitting App Using HTML, CSS & JavaScript #webdev #android #html #javascript πŸš€ I Built a Bill Splitting App Using HTML, CSS & JavaScript After spending time splitting travel and group expenses manually, I decided to build a simple solution. So I created Pay Splitter.

…

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous Β· no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)