Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Question: Technology used to make a to-do list web app

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #39888
    leongaban
    Member

    Hi! I’m new to front-end web development, I’ve been a Flash developer for the past 10 years… and finally made the switch the last few months.

    Been developing web pages and emails with just HTML & CSS.

    So currently I have an idea for a web app, and I know there are several ways and technologies to go about doing this, but wanted to get answers from guys that have been doing this for a while now.

    What core technologies / languages would be best used to make a to-do list web app?

    Requirements:
    User signup and profile management
    Ability to create to-do lists, check them off, rename em, delete em
    Ability to assign “points” to each to-do list item and “points” to the entire to do list. “points” add up and build “levels”.

    My guess is knowledge of MySQL, PHP, and Javascript (AJAX).

    What would you guys recommend learning?

    #110215
    Kitty Giraudel
    Participant

    I’d say HTML/CSS/JS/PHP/MySLQ:
    – HTML for the structure
    – CSS for the design
    – MySQL for the databases (saving users’ names, lists and such)
    – PHP for MySQL (displaying requests’ results)
    – JavaScript for some UX

    Depending on what you want, you could even use AJAX.

    #110217
    leongaban
    Member

    Ah ok thanks! Looking forward to learning all of those

    #110232
    nwalton
    Participant

    Here’s a site that has a to do list built in a bunch of different javascript frameworks. Lately, a lot of people have been building sites based more on javascript than on PHP (or whatever other server-side language you’re using). It may be a little complex for beginners, but I thought since they’re using a to do list as the baseline you might be interested in looking at it:

    http://addyosmani.github.com/todomvc/

    #110247
    Odd_E
    Member
    #110278
    leongaban
    Member

    @Odd_E SWEET! Totally doing that tutorial next!

    I just found out CSS tricks has a whole school run by Chris, about to sign up…
    https://css-tricks.com/lodge/signup/

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Other’ is closed to new topics and replies.