/crbapps

Mini-apps, experiments, and fun stuff

Primary LanguageJavaScript

CRB Apps

Single-page mini-apps, experiments, and fun stuff

https://www.crbapps.com

Aquarium

Experiment using Backbone.

Play with fish. Create them, move them around, change their color.

View app

Calculator

Experiment using AngularJS and RequireJS.

Addition, subtraction, multiplication, division - it's all there.

View app

Groups

Make groups.

View app

List Randomizer

First time messing around to create a "library" with no dependencies.

Randomize a list.

View app

Random Password

Created as a quick way to get a "random enough" password.

Obtain a random password.

- Ensures there is a lowercase letter, uppercase letter, and number
- Length defaults to 14 characters

View app


Development

Technologies used:

Getting Started

Install dependencies

npm install

Build the project to generate the first CSS

This step is only required the very first time.

npm run build

Run Eleventy

npm start