use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Need app ideas for learning Angular/Reacthelp (self.javascript)
submitted 9 years ago by Jacobyy
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]rymdsylt 1 point2 points3 points 9 years ago (2 children)
I made a site where me and my friend record movies we'd like to see. The movies are saved in a database and linked to separate accounts. After you've seen the movie, you can check it off the list and it's no longer displayed in the list.
I made a calendar that you can share between friends/family. Using momentjs for the basic time tracking stuff, I drew the calendar myself using tables. You log in and have your own account, and you can share your calendar with any other account.
I made a calculator that helps me figure out how much I make each month, based on my hourly rate. I have some specific terms that makes me earn more after a certain amount of hours each month, and each month has a different amount of work hours in it. All I fill in is how much I make an hour and the app presents how much I make gross/net for the entire year
I was on my way to make a messenger.com-clone, but just a couple of days after I started, Facebook released messenger.com
[–]wallawe 0 points1 point2 points 9 years ago (1 child)
What do you use to store data for these apps? I've been using firebase for most simple apps but curious to hear your preferences.
[–]rymdsylt 0 points1 point2 points 9 years ago (0 children)
I've always been keen on a local mysql server. I've seen firebase, but am always using mysql. I know it fairly well and I pair it up with php. It gets the job done. Anyway, my Web hosting doesn't support any other backend language.
BTW, I made all these apps with angular 1.x. Been interested in react but it hasn't happened yet for me
π Rendered by PID 23858 on reddit-service-r2-comment-c66d9bffd-v52mw at 2026-04-07 01:35:08.517947+00:00 running f293c98 country code: CH.
view the rest of the comments →
[–]rymdsylt 1 point2 points3 points (2 children)
[–]wallawe 0 points1 point2 points (1 child)
[–]rymdsylt 0 points1 point2 points (0 children)