Rekt-Developer / awsome-statics-projects

Explore awsome curated collection of static projects built with HTML, CSS, and JavaScript. These are great examples for developers interested in modern web development.

Home Page:https://awsome-statics-projects.vercel.app

Repository from Github https://github.comRekt-Developer/awsome-statics-projectsRepository from Github https://github.comRekt-Developer/awsome-statics-projects

πŸš€ Awesome Static Projects

🌟 About The Project

A curated collection of modern static web projects showcasing the best in frontend development. Built with HTML, CSS, and JavaScript, these projects serve as learning resources and inspiration for developers at all levels.

Built With

  • HTML5
  • CSS3
  • JavaScript
  • TailwindCSS

πŸ“Š Project Stats

Metric Count
Total Projects {projects_count}
Contributors {contributors_count}
Total Stars {stars_count}
Total Forks {forks_count}

🎯 Featured Projects

Project Description Technologies Live Demo

πŸš€ Getting Started

Prerequisites

  • A modern web browser
  • Git installed on your machine
  • Basic knowledge of HTML, CSS, and JavaScript

Installation

  1. Clone the repository
git clone https://github.com/likhonsheikhcodes/awsome-statics-projects.git
  1. Navigate to project directory
cd awsome-statics-projects
  1. Open any project in your browser
cd project-name
open index.html

🀝 Contributing

We welcome contributions from developers of all skill levels! Here's how you can help:

Contribution Guidelines

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingProject)
  3. Create your project folder with the following structure:
your-project-name/
β”œβ”€β”€ index.html
β”œβ”€β”€ css/
β”‚   └── style.css
β”œβ”€β”€ js/
β”‚   └── script.js
β”œβ”€β”€ assets/
β”‚   └── images/
└── README.md
  1. Add your project metadata in projects.json:
{
  "name": "Your Project Name",
  "description": "Brief description",
  "technologies": ["HTML", "CSS", "JavaScript"],
  "category": "UI Component/Landing Page/etc",
  "author": "Your Name",
  "thumbnail": "thumbnail.png"
}
  1. Commit your Changes (git commit -m 'Add amazing project')
  2. Push to the Branch (git push origin feature/AmazingProject)
  3. Open a Pull Request

Project Requirements

  • Must be static (HTML, CSS, JavaScript only)
  • Fully responsive design
  • Well-documented code
  • No external dependencies requiring backend
  • Cross-browser compatible
  • Performance optimized
  • Accessible (WCAG 2.1 compliant)

πŸ“ Project Structure

awsome-statics-projects/
β”œβ”€β”€ index.html                 # Main showcase page
β”œβ”€β”€ projects.json             # Projects metadata
β”œβ”€β”€ .github/
β”‚   └── workflows/
β”‚       └── deploy.yml        # GitHub Actions workflow
β”œβ”€β”€ scripts/
β”‚   └── update-readme.js      # Automation scripts
└── projects/
    └── [project-folders]/    # Individual project folders

πŸ›  Development

Testing

We use automated testing for:

  • HTML validation
  • CSS validation
  • JavaScript linting
  • Responsive design checks
  • Performance metrics

Performance Requirements

All projects should meet these metrics:

  • Lighthouse score > 90
  • Page load < 3s
  • First paint < 1s

πŸ“œ License

Distributed under the MIT License. See LICENSE for more information.

πŸ™ Acknowledgments

πŸ“Š Repository Analytics

Repository Analytics

About

Explore awsome curated collection of static projects built with HTML, CSS, and JavaScript. These are great examples for developers interested in modern web development.

https://awsome-statics-projects.vercel.app


Languages

Language:HTML 92.7%Language:CSS 5.3%Language:JavaScript 2.0%