HTML Projects

Open-source HTML projects categorized as Projects

Top 7 HTML Project Projects

  • HTML-CSS-JavaScript-projects-for-beginners

    Learn how to build simple, responsive websites using HTML, CSS, and JavaScript

  • easymock

    EasyMock, makes mocking easier since 2001

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • minum

    A minimalist Java web framework built from scratch

    Project mention: Show HN: Self-hosted family tree web app | news.ycombinator.com | 2024-02-19

    - Database/Web server: provided by the Minum web framework (https://github.com/byronka/minum)

  • Permazen

    Language-Natural Persistence Layer for Java

    Project mention: ORMs are nice but they are the wrong abstraction | news.ycombinator.com | 2024-02-01

    The most interesting/fresh approach I've seen to this problem is Permazen.

    https://github.com/permazen/permazen/

    It starts by asking what the most natural way is to integrate persistence with a programming language (Java in this case, but the concepts are generic), and then goes ahead and implements the features of an RDBMS as an in-process library that can be given different storage backends as long as they implement a sorted K/V store. So it can sit on top of a simple in-process file based K/V store, RocksDB, FoundationDB, or any SQL database like PostgreSQL, SQLite, Spanner, etc (it just uses the RDBMS to store sorted key/value pairs in that case).

    Essentially it's a way to map object graphs to key/value pairs but with the usual features you'd want like indexing, validation, transactions, and so on. The design is really nice and can scale from tiny tasks you'd normally use JSON or object serialization for, all the way up to large distributed clusters.

    Because the native object model is mapped directly to storage there's no object/relational mismatch.

  • DND.SRD.Wiki

    Dungeons & Dragons 5th Edition SRD converted to Markdown.

  • 50-Mini-Projects-in-HTML-CSS-and-Javascript

    contains some mini web projects which were made by using pure HTML, CSS & JavaScript - Learnt from Brad Traversy

  • QueryStream

    Build JPA Criteria queries using a Stream-like API

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-02-19.

HTML Projects related posts

Index

What are some of the best open-source Project projects in HTML? This list will help you:

Project Stars
1 HTML-CSS-JavaScript-projects-for-beginners 916
2 easymock 809
3 minum 515
4 Permazen 397
5 DND.SRD.Wiki 281
6 50-Mini-Projects-in-HTML-CSS-and-Javascript 18
7 QueryStream 16
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com