DEV Community

Kunal Agrawal
Kunal Agrawal

Posted on

Some project ideas for beginners, Web Development.

In this article we will see some project ideas
that you can create with only HTML, CSS and JavaScript.
This projects will help you understand about basic web.

  • The Clock

    • Create a Round Dial clock or Digital Clock.
    • Update Clock hands rotation using JavaScript.
    • Use CSS animations in background
    • Helps in understanding.
    • Handling CSS with JavaScript.
    • Transform properties of a object in CSS.
    • Position property in CSS. and, do something creative with it, reference
  • Calculator

    • Create a basic calculator using HTML, CSS and JS.
    • Use event handlers for input box. while using buttons.
    • Store previous calculation in local storage.
    • Helps in understanding.
    • Asynchronous JavaScript
    • Grid System
    • Event Handling, Event Listeners
  • Messaging UI

    • Create two containers for two persons and show them messages stored in local storage.
    • Helps in understanding.
    • How messaging service works.
    • Concept of showing messages.
    • Use components from bootstrap.
    • use sass with bootstrap.

That is it for this article, be free to share more ideas and suggestion in discussion section below.

Top comments (0)