Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osamamammar/etch-a-sketch
JS practice project from (The Odin Project). etch a sketch
https://github.com/osamamammar/etch-a-sketch
css game html javascript postcss pugjs theodinproject workflow
Last synced: about 1 month ago
JSON representation
JS practice project from (The Odin Project). etch a sketch
- Host: GitHub
- URL: https://github.com/osamamammar/etch-a-sketch
- Owner: osamamammar
- Created: 2021-10-28T05:31:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T03:20:45.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T22:20:12.212Z (almost 2 years ago)
- Topics: css, game, html, javascript, postcss, pugjs, theodinproject, workflow
- Language: JavaScript
- Homepage: https://etch-a-sketch-gui.netlify.app/
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Modern Workflow
JS practice project from (The Odin Project). etch-a-sketch
## Screenshots
Desktop
Mobile
## Getting started
- Clone the repository then write `npm i`
- after `npm i` write `npm run dev` to run server local### Available tasks
These scripts can be run by `yarn SCRIPT_NAME` or `npm run SCRIPT_NAME`. They're available in `package.json` with key: `scripts`
- `snowpack` copies the scripts you configure from `node_modules` to `web_modules`. You will need to run this command every time you install a new dependency
- `test` run the workflow unit tests. You probably will need to override this with your own tests.
- `dev` starts the development server.
- `build` run the necessary scripts to build your application.## Design Copyrights
Thanks to my friend for the inspiration