This project is a simple website that serves as a hub for various JavaScript applications. The homepage features a card-based design, with each card linking to a different JavaScript app subpage.
/root
│
├── index.html
├── assets
│ ├── css
│ │ ├── app1.css
│ │ ├── app2.css
│ │ └── ...
│ ├── images
│ │ ├── app1.jpg
│ │ ├── app2.jpg
│ │ └── ...
│ └── scripts
│ ├── app1.js
│ ├── app2.js
│ └── ...
└── pages
├── app1.html
├── app2.html
└── ...
git clone https://github.com/yourusername/your-repo-name.git
cd your-repo-name
index.html in your web browser:
open index.html
index.html and update the image, title, description, and link accordingly.assets/css directory to change the look and feel of the website. Adjust colors, fonts, sizes, etc., to fit your preferences.pages directory with your actual JavaScript app code. Add more subpages as needed by creating new HTML files and linking to them from the homepage.We welcome contributions! Please see the CONTRIBUTING.md file for guidelines on how to contribute to this project.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or feedback, please contact [sbiswas001.tech@gmail.com].