Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 989 Bytes

File metadata and controls

20 lines (14 loc) · 989 Bytes

JavaScriptProjects

This guide is intended for people looking to work on projects to get hands-on learning experience but out of ideas.

Projects for Beginners

  • Make a Tic Tac Toe Board
  • Make a web based calculator
  • Make a Todo List with persisting browser storage using localStorage api

Intermediate Level Projects

  • Make a script which autofills common signup fields using random data
  • Use Yahoo! Weather api to build a weather widget
  • Integrate SoundCloud on a web page to play a song according to the user's mood
  • Use StarWars-API to generate a profile of all the characters and their weapons/vehicles

Advanced Level Projects

  • Use NASA's Gene Lab API to build a tool to visualize and display data in an interactive manner
  • Use USGS's API to visualise legacy data of Earthquakes with various filters(Magnitude, Date, Areas affected, Place of Origin)