https://github.com/chadnpc/javascriptplayground

Yet another playground: Learn JavaScript by doing.

https://github.com/chadnpc/javascriptplayground

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.0%) to scientific vocabulary

Keywords

es7 javascript js
Last synced: 5 months ago · JSON representation

Repository

Yet another playground: Learn JavaScript by doing.

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Topics
es7 javascript js
Created over 3 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Codeowners

README.md

LearnJavascript

Javascript is a High-Level, Single-Threaded, Garbage-Collected Interpreted or JIT compiled, Prototype-Based, multi-Paradigm, dynamic, Language with a non-Blocking Event concurency model.

😐😬🤯

Get a quick into on how its made 😂 by Fireship.

This repo

JavaScript in the browser has evolved. Developers who want to take advantage of the latest features have the option of going framework-less with less hassle.

Functionally normally reserved to front-end frameworks, like a component-based approach, is now feasible in plain old JavaScript.

This repo contains source for the Playground and code examples. The goal is to help people learn javascript by providing them with enough and organised resources.

I believe this can prevent tutorial hell.

Contribution Summary

Alt

The playground

You can run the playground localy, or online.

It was built with Pagoda full-stack starter kit

requirements

Ensure the following are installed on your system:

Start the local playground

Start the Docker containers for the database and cache by executing make up:

sh ./build up

Automation scripts

Automation scripts are also included in /scripts

Enjoy!

Owner

  • Name: alain
  • Login: chadnpc
  • Kind: user

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 17
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 months
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.47
  • Merged pull requests: 11
  • Bot issues: 0
  • Bot pull requests: 17
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: about 11 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 1.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 2
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (13)
  • imgbot[bot] (3)
Top Labels
Issue Labels
Pull Request Labels
dependencies (13) go (1)

Dependencies

.github/workflows/codeql.yml actions
  • actions/checkout v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite
src/docker-compose.yml docker
  • postgres 15-alpine
  • redis alpine
src/go.mod go
  • ariga.io/atlas v0.21.1
  • entgo.io/ent v0.13.1
  • github.com/Masterminds/goutils v1.1.1
  • github.com/Masterminds/semver v1.5.0
  • github.com/Masterminds/sprig v2.22.0+incompatible
  • github.com/PuerkitoBio/goquery v1.9.1
  • github.com/agext/levenshtein v1.2.3
  • github.com/andybalholm/cascadia v1.3.2
  • github.com/apparentlymart/go-textseg/v15 v15.0.0
  • github.com/beorn7/perks v1.0.1
  • github.com/cespare/xxhash/v2 v2.3.0
  • github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
  • github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
  • github.com/eko/gocache/lib/v4 v4.1.6
  • github.com/eko/gocache/store/redis/v4 v4.2.1
  • github.com/fsnotify/fsnotify v1.7.0
  • github.com/gabriel-vasile/mimetype v1.4.3
  • github.com/go-openapi/inflect v0.21.0
  • github.com/go-playground/locales v0.14.1
  • github.com/go-playground/universal-translator v0.18.1
  • github.com/go-playground/validator/v10 v10.19.0
  • github.com/golang-jwt/jwt v3.2.2+incompatible
  • github.com/golang/mock v1.6.0
  • github.com/golang/protobuf v1.5.4
  • github.com/google/go-cmp v0.6.0
  • github.com/google/uuid v1.6.0
  • github.com/gorilla/context v1.1.2
  • github.com/gorilla/securecookie v1.1.2
  • github.com/gorilla/sessions v1.2.2
  • github.com/hashicorp/hcl v1.0.0
  • github.com/hashicorp/hcl/v2 v2.20.1
  • github.com/hibiken/asynq v0.24.1
  • github.com/huandu/xstrings v1.4.0
  • github.com/imdario/mergo v0.3.16
  • github.com/jackc/chunkreader/v2 v2.0.1
  • github.com/jackc/pgconn v1.14.3
  • github.com/jackc/pgio v1.0.0
  • github.com/jackc/pgpassfile v1.0.0
  • github.com/jackc/pgproto3/v2 v2.3.3
  • github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9
  • github.com/jackc/pgtype v1.14.3
  • github.com/jackc/pgx/v4 v4.18.3
  • github.com/labstack/echo/v4 v4.12.0
  • github.com/labstack/gommon v0.4.2
  • github.com/leodido/go-urn v1.4.0
  • github.com/magiconair/properties v1.8.7
  • github.com/mattn/go-colorable v0.1.13
  • github.com/mattn/go-isatty v0.0.20
  • github.com/mitchellh/copystructure v1.2.0
  • github.com/mitchellh/go-wordwrap v1.0.1
  • github.com/mitchellh/mapstructure v1.5.0
  • github.com/mitchellh/reflectwalk v1.0.2
  • github.com/pelletier/go-toml/v2 v2.2.1
  • github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
  • github.com/prometheus/client_golang v1.19.0
  • github.com/prometheus/client_model v0.6.1
  • github.com/prometheus/common v0.53.0
  • github.com/prometheus/procfs v0.14.0
  • github.com/redis/go-redis/v9 v9.5.1
  • github.com/robfig/cron/v3 v3.0.1
  • github.com/sagikazarmark/locafero v0.4.0
  • github.com/sagikazarmark/slog-shim v0.1.0
  • github.com/sourcegraph/conc v0.3.0
  • github.com/spf13/afero v1.11.0
  • github.com/spf13/cast v1.6.0
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.18.2
  • github.com/stretchr/testify v1.9.0
  • github.com/subosito/gotenv v1.6.0
  • github.com/valyala/bytebufferpool v1.0.0
  • github.com/valyala/fasttemplate v1.2.2
  • github.com/vmihailenco/msgpack/v5 v5.4.1
  • github.com/vmihailenco/tagparser/v2 v2.0.0
  • github.com/zclconf/go-cty v1.14.4
  • go.uber.org/multierr v1.11.0
  • golang.org/x/crypto v0.22.0
  • golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f
  • golang.org/x/mod v0.17.0
  • golang.org/x/net v0.24.0
  • golang.org/x/sync v0.7.0
  • golang.org/x/sys v0.19.0
  • golang.org/x/text v0.14.0
  • golang.org/x/time v0.5.0
  • golang.org/x/tools v0.20.0
  • google.golang.org/protobuf v1.33.0
  • gopkg.in/ini.v1 v1.67.0
  • gopkg.in/yaml.v3 v3.0.1
src/go.sum go
  • 317 dependencies