https://github.com/thuyencode/etch-a-sketch
Project: Etch-a-Sketch | The Odin Project
https://github.com/thuyencode/etch-a-sketch
etch-a-sketch theodinproject
Last synced: 8 months ago
JSON representation
Project: Etch-a-Sketch | The Odin Project
- Host: GitHub
- URL: https://github.com/thuyencode/etch-a-sketch
- Owner: thuyencode
- Created: 2023-11-16T08:18:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T08:27:02.000Z (about 2 years ago)
- Last Synced: 2025-03-21T02:25:26.328Z (11 months ago)
- Topics: etch-a-sketch, theodinproject
- Language: TypeScript
- Homepage: https://thuyencode.github.io/etch-a-sketch/
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Etch-a-Sketch
[More detail information here](https://www.theodinproject.com/lessons/foundations-etch-a-sketch).
## Getting started
First, install all the dependencies:
```bash
npm install
# or if you're using Bun
bun install
```
To run the dev server:
```bash
npm run dev
# or if you're using Bun
bun dev
```
To export and preview the production build:
```bash
npm run build
npm run preview
# or if you're using Bun
bun run build
bun preview
```
## Assets
- Icons used: Designed by [Remix Icon](https://remixicon.com), through [Iconify](https://iconify.design)
- UI components by [Preline UI](https://preline.co)