Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devsubid/fireworks-canvas
Interactive Fireworks using Canvas
https://github.com/devsubid/fireworks-canvas
canvas
Last synced: 9 days ago
JSON representation
Interactive Fireworks using Canvas
- Host: GitHub
- URL: https://github.com/devsubid/fireworks-canvas
- Owner: devsubid
- Created: 2023-06-24T11:54:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-25T09:18:17.000Z (over 1 year ago)
- Last Synced: 2024-06-09T19:34:45.237Z (5 months ago)
- Topics: canvas
- Language: TypeScript
- Homepage: https://fireworks-canvas.vercel.app
- Size: 731 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Interactive Fireworks using Canvas](https://fireworks-canvas.vercel.app/)
![](https://raw.githubusercontent.com/itsme-Subid/fireworks-canvas/main/preview.webp)
![](https://img.shields.io/github/languages/top/itsme-Subid/fireworks-canvas?style=for-the-badge)
![](https://img.shields.io/github/languages/count/itsme-Subid/fireworks-canvas?style=for-the-badge)
![](https://img.shields.io/github/languages/code-size/itsme-Subid/fireworks-canvas?style=for-the-badge)
![](https://img.shields.io/github/repo-size/itsme-Subid/fireworks-canvas?style=for-the-badge)
![](https://img.shields.io/github/last-commit/itsme-Subid/fireworks-canvas?style=for-the-badge)
![](https://img.shields.io/github/commit-activity/w/itsme-Subid/fireworks-canvas?style=for-the-badge)Welcome to the fireworks-canvas repository! fireworks-canvas is a visually stunning website built using Vanilla js, TypeScript. The project is a front-end development endeavor and can be found on [GitHub](https://github.com/itsme-Subid/fireworks-canvas).
## Getting Started
To get started, you can simply clone this repository and install the dependencies.
### Cloning the Repository
To clone the repository, you will need to have git installed on your machine. Once you have those, you can use the following commands:
```bash
git clone https://github.com/itsme-Subid/fireworks-canvas.git
```### Running the Project
To run the project, you will need to have Node.js and npm or yarn or pnpm installed on your machine. Once you have those, you can use the following commands:
```bash
cd fireworks-canvas
npm install
npm run dev
```or, if you are using yarn:
```bash
cd fireworks-canvas
yarn
yarn run dev
```or, if you are using pnpm:
```bash
cd fireworks-canvas
pnpm install
pnpm run dev
```This will start the development server and you should be able to see the website by visiting http://localhost:5173 in your browser.