An open API service indexing awesome lists of open source software.

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

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:

[![Tech stack](https://skillicons.dev/icons?i=ts,react,vite,tailwindcss&theme=light)](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
```