π I Built a Expense Splitting App Using HTML, CSS & JavaScript
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?
- βͺ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?
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).