By: Usman Ghani (usman)
A website is primarily designed to display information. It often consists of static pages like a homepage, about page, contact page, or blog. The user’s interaction is usually limited to clicking links, reading content, or maybe filling out a simple contact form. The focus is on delivering content to the user, and it doesn't require complex backend logic or user login in most cases. Examples of websites include news portals, company websites, and personal blogs.
A web application, on the other hand, is built for user interaction and functionality. It allows users to log in, input data, get personalized results, and perform specific tasks. Web apps usually involve both frontend and backend development, use databases, and have features like user authentication, data storage, and dynamic updates. Examples include Gmail, Trello, and online skill-sharing platforms like the one you built.
In short:
A website is like a digital brochure or magazine.
A web application is like a software tool you use through your browser.
This Skillshare-style project is considered a web application because it allows users to log in, add/edit content, and interact with other users through comments.
This is not a website rather a webapp
By: Usman Ghani
© 2025 Usman Ghani. All rights reserved