Skip to content

OpenSouce-LNMIIT/JavaScriptProjects

Repository files navigation

JavaScript Projects

This guide is intended for people looking to work on projects to get hands-on learning experience but out of ideas. JavaScript is very easy to implement. All you need to do is put your code in the HTML document and tell the browser that it is JavaScript. It works on web users’ computers — even when they are offline and allows you to create highly responsive interfaces that improve the user experience and provide dynamic functionality, without having to wait for the server to react and show another page.

Projects for Beginners

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
  • Use Unsplash-API to create an image carousel
  • Use Paper.js to create amazing graphics.
  • Use ParallaxJS to create full page parallax boilerplates
  • Use Football data API to build a web page that will allow you retrive all tables of free leagues.
  • Create a Night and day switcher
  • Create a Todo app
  • Create a Notes app

Advanced Level Projects

Inspiration

A collection of deployed live projects with code.

Contributing

  • Those who are new to open source and don't know how to send Pull Request see CONTRIBUTING.md file.