https://github.com/thuyencode/memory-card-the-odin-project
Project: Memory Card | The Odin Project
https://github.com/thuyencode/memory-card-the-odin-project
react theodinproject
Last synced: about 1 year ago
JSON representation
Project: Memory Card | The Odin Project
- Host: GitHub
- URL: https://github.com/thuyencode/memory-card-the-odin-project
- Owner: thuyencode
- Created: 2024-06-04T04:56:20.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T15:13:04.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T22:58:07.979Z (about 1 year ago)
- Topics: react, theodinproject
- Language: TypeScript
- Homepage: https://thuyencode.github.io/memory-card-the-odin-project/
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project: Memory Card
This project uses icons from the [Skill Icons project](https://github.com/tandpfun/skill-icons).
This project's tech stack:
[](https://skillicons.dev)
and [DaisyUI](https://daisyui.com).
[More detail information here](https://www.theodinproject.com/lessons/node-path-react-new-memory-card).
## Getting started
First, install all the dependencies:
```bash
npm i
# If you prefer Bun
bun i
```
To run the dev server:
```bash
npm run dev
# If you prefer Bun
bun dev
```
To export and preview the production build:
```bash
npm run build
npm run preview
# If you prefer Bun
bun run build
bun preview
```