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
- Host: GitHub
- URL: https://github.com/chiefwoods/memory-card
- Owner: ChiefWoods
- Created: 2025-01-27T02:27:53.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-27T14:21:23.000Z (8 months ago)
- Last Synced: 2025-01-27T14:26:11.689Z (8 months ago)
- Topics: theodinproject
- Language: TypeScript
- Homepage: https://chiefwoods.github.io/memory-card/
- Size: 1.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memory Card

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
- [](https://react.dev/)
### Bundlers
- [](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)