Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.88 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.88 KB

Webshelf

Please Note

  • Please feel free to make any contributions to this project.
  • Its a platform for grouping and listing popular websites, and still a lot of websites need to be added.
  • The site or the custom applications that are developed don't need any backend functionality.

Introduction

Webshelf is a simple website I tried building using html, css, and javascript totally from scratch. The idea behind the website was to serve as a platform, where the most popular websites, web-applications and tools can be grouped together, based on their field. Example: A section focused on "Coding" would have a collection of websites such as: GeeksforGeeks, Tutorialspoint, GitHub, etc..

The website also serves as an Online Shelf of all the simple Web-Applications I had developed/developing. Currently the website has 2 Web Applications build by me:-

  1. Archade Tennis
  2. WhatsMyTask

Features

  • Groups different websites based on the audience and usage.
  • Made from scratch without any framework and dependencies.
  • The site does not need any backend to operate.
  • Has Web-Applications such as:-
  1. WhatsMyTask: https://rahulrajdixit.github.io/Webshelf/WhatsMyTask/whatsmytask.html
  2. Arcade Tennis: https://rahulrajdixit.github.io/Webshelf/arcade_tennis.html

How to use it?

You can just go to this link to explore the website:- https://rahulrajdixit.github.io/Webshelf/

Pros and Cons

Pros

  1. Does not require any database while hosting this website.
  2. All functions are made with the help of HTML, CSS and Javascript.
  3. Does not use any frameworks or dependencies.

Cons

  1. Has a lot of redundant code.
  2. Does not have a responsive web design.
  3. Front-end of the website can still be improved.