Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sarah11918/astro-elsa
- Owner: sarah11918
- Created: 2021-07-09T19:54:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-31T18:03:40.000Z (about 1 month ago)
- Last Synced: 2025-02-08T21:47:20.417Z (5 days ago)
- Topics: astro, javascript, reactjs
- Language: Astro
- Homepage: astro-elsa.vercel.app
- Size: 3.52 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;
};
```