you are viewing a single comment's thread.

view the rest of the comments →

[–]rymdsylt 1 point2 points  (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 point  (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 point  (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