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.
Metric | Count |
---|---|
Total Projects | {projects_count} |
Contributors | {contributors_count} |
Total Stars | {stars_count} |
Total Forks | {forks_count} |
Project | Description | Technologies | Live Demo |
---|
- A modern web browser
- Git installed on your machine
- Basic knowledge of HTML, CSS, and JavaScript
- Clone the repository
git clone https://github.com/likhonsheikhcodes/awsome-statics-projects.git
- Navigate to project directory
cd awsome-statics-projects
- Open any project in your browser
cd project-name
open index.html
We welcome contributions from developers of all skill levels! Here's how you can help:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingProject
) - Create your project folder with the following structure:
your-project-name/
βββ index.html
βββ css/
β βββ style.css
βββ js/
β βββ script.js
βββ assets/
β βββ images/
βββ README.md
- 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"
}
- Commit your Changes (
git commit -m 'Add amazing project'
) - Push to the Branch (
git push origin feature/AmazingProject
) - Open a Pull Request
- 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)
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
We use automated testing for:
- HTML validation
- CSS validation
- JavaScript linting
- Responsive design checks
- Performance metrics
All projects should meet these metrics:
- Lighthouse score > 90
- Page load < 3s
- First paint < 1s
Distributed under the MIT License. See LICENSE
for more information.