Ask HN: What are some challenging web apps I can build?
1–10 of 18 posts
Re: Ask HN: What are some challenging web apps I can build?
#2Re: Ask HN: What are some challenging web apps I can build?
#3Ok, build that
Re: Ask HN: What are some challenging web apps I can build?
#4Re: Ask HN: What are some challenging web apps I can build?
#5- human v cpu tic tac toe (bonus round: real-time human v human)
- human v cpu battleship (bonus round: real-time human v human)
- Wordpress clone
- IRC clone
- E-commerce site (focus on the product catalog and shopping cart, with a checkout process that doesn't really have a payment integration, and a history of orders)
- A dashboard that provides visualization of data sets
- Twitter clone
- Facebook clone (basically, take your Twitter clone, remove the character limit, add in some comment and group functionality, and add your IRC clone into the mix)
- Expand Twitter/FB clones with tweaks that let you manipulate how the timeline is displayed to a logged-in user
Look at anything you've used, played, tried that you feel you understand how it works. Then build it.
Re: Ask HN: What are some challenging web apps I can build?
#6Re: Ask HN: What are some challenging web apps I can build?
#7The one app I've always is an SMS forwarder on MS mobile platform. You'll make one person happy if you build this.
Re: Ask HN: What are some challenging web apps I can build?
#8Im not saying that democracy is the best form of government always. You wouldnt want to stay in a place where the majority of people vote: 'Fk freedom, we want islam'
Re: Ask HN: What are some challenging web apps I can build?
#9Most web apps are not very challenging to build until you start thinking about scale. Twitter for 100 users is easy Twitter for 1,000,000 users is much more challenging.
Re: Ask HN: What are some challenging web apps I can build?
#10Well since you asked... Build a website that teaches kids to code in python by creating simple games. All the python should be written and executed on your server so the students don't have to setup anything. The site should include a simple 2d game engine framework that more experienced programmers can develop tutorials for. I was going to build it myself but go for it if you want.