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

https://github.com/chiefwoods/memory-card

Card game for The Odin Project
https://github.com/chiefwoods/memory-card

theodinproject

Last synced: 7 months ago
JSON representation

Card game for The Odin Project

Awesome Lists containing this project

README

          

# Memory Card

![Preview](preview.png)

Card game for [The Odin Project](https://www.theodinproject.com/).

[Live Website](https://chiefwoods.github.io/memory-card/)

[Source Repository](https://github.com/ChiefWoods/memory-card)

## Features

- Play a game by never picking the same card twice!

## Built With

### Languages

- [![React](https://img.shields.io/badge/React-23272f?style=for-the-badge&logo=react&logoColor=#58c4dc)](https://react.dev/)

### Bundlers

- [![Vite](https://img.shields.io/badge/vite-fedd3a?style=for-the-badge&logo=vite)](https://vite.dev/)

### Libraries

- [shadcn/ui](https://ui.shadcn.com/)

## Getting Started

### Prerequisites

Update your Bun toolkit to the latest version.

```bash
bun upgrade
```

### Setup

1. Clone the repository

```bash
git clone https://github.com/ChiefWoods/memory-card.git
```

2. Install all dependencies

```bash
bun install
```

3. Start development server

```bash
bun run dev
```

4. Build project

```bash
bun run build
```

5. Preview build

```bash
bun run preview
```

## Issues

View the [open issues](https://github.com/ChiefWoods/memory-card/issues) for a full list of proposed features and known bugs.

## Acknowledgements

### Resources

- [Shields.io](https://shields.io/)
- [Lucide](https://lucide.dev/)

### Hosting and API

- [GitHub Pages](https://pages.github.com/)

## Contact

[chii.yuen@hotmail.com](mailto:chii.yuen@hotmail.com)