Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sarah11918/astro-elsa

A basic Astro project, created while stuck inside during Tropical Storm Elsa! Coded in CodeSandbox: https://codesandbox.io/s/github/sarah11918/astro-elsa
https://github.com/sarah11918/astro-elsa

astro javascript reactjs

Last synced: 3 days ago
JSON representation

A basic Astro project, created while stuck inside during Tropical Storm Elsa! Coded in CodeSandbox: https://codesandbox.io/s/github/sarah11918/astro-elsa

Awesome Lists containing this project

README

        

## This project is now suspended and is continuing at https://github.com/sarah11918/sastro

### Taking advantage of Tropical Storm Elsa to learn Astro!

After spending time laying the groundwork to rescue www.summersidechoir.ca from a well-intentioned but fatally-flawed Jekyll instance (rewriting from scratch with GatsbyJS - project at https://github.com/sarah11918/scctake2), I got bored with the fine-tuning stage and wanted to explore what I want to do with my OWN website, www.rainsberger.ca

This is my Astro(.build) playground as I figure out what's what, deployed at https://astro-elsa.netlify.app/ , and try to do a bunch of things (using JavaScript and React) for the sake of doing them.

As always, Coded on a Chromebook, in a browser and Created with CodeSandbox

This is a p tag, for a test


And this is an h1

```js
//Here is some markdown code:

function addBallCount() {
if (ballsThrown < 3 && before.some(pin => pin === "up")) {
ballsThrown += 1;
}
document.getElementById("balls-thrown").innerHTML = ballsThrown;
};
```