Ideas for sample projects you could create with a framework to demonstrate its approach to solving specific problems
Please read the contribution guidelines before contributing.
This web app should give a functionality both for the conference organizer and the participates. Main features: information on tracks/talks (speaker bio, links to slides), schedule with push notification on the talks that the user choose.
This app should resemble an HR type dashboard where a user can login and view information about the company. It can have an Employee section that shows the information of that employee like Name, Address, Phone, Email, position in company, how long they have been employed, start date, vacation time remaining etc. The app should also have some sort of project tracking. You could include in some graphs and charts that show company progress year over year. One more thing would be to add a place for the HR person to make a company wide announcement that would show up on the company intranet.
Stores people's preferences of toppings, and maybe crust styles too, i.e., what they like, love, dislike, hate, or are neutral to. (Alternate idea: store only the device owner's preferences, and several instances can communicate with each other to collaborate, filling in other people on an ad-hoc basis.) To put together an order, say who's there and how hungry. It should put together an order that will feed everybody, maximize happiness with the toppings, and minimize price. E.g., "1 medium half-pepperoni half-mushroom plus 2 large Hawaiians". It could get prices, and maybe locations, from assorted online sources TBD, or just make assumptions.
This will take in a full URL (https://foo.bar) and return it in a string that contains 8 alpha-numeric (A-Z, 0-9) that will represent a shorten URL. You should put in guard functions to prevent any kind of SQL injection type attack.
Using the YouTube API, your app should be able to take in a search string and return the videos for that search. For example, if I wanted to watch David Bowie's Starman, it should return just those videos. However, if I'm not being picky and just want to listen to David Bowie, it should return any number of results that pertain to Bowie. An added feature would be able to have it choose at random what video is returned, or limit how many results are returned in one search.
To the extent possible under law, TasteJS has waived all copyright and related or neighboring rights to this work.