https://github.com/zahnx/flashcards
I created this simple react project so that I can learn more about useState hooks.
https://github.com/zahnx/flashcards
Last synced: 11 months ago
JSON representation
I created this simple react project so that I can learn more about useState hooks.
- Host: GitHub
- URL: https://github.com/zahnx/flashcards
- Owner: zahnx
- Created: 2025-03-08T02:16:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-10T12:08:16.000Z (over 1 year ago)
- Last Synced: 2025-07-04T08:45:04.076Z (12 months ago)
- Language: JavaScript
- Homepage: https://flashcards-zahn.vercel.app
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flashcard App
## Description
A simple React flashcard app built to practice state management.
## Tech Stack
- Javascript
- HTML
- CSS
- React
## Live Demo
🔗 **[View Flashcards Live](https://flashcards-zahn.vercel.app/)**
## Installation
```bash
git clone https://github.com/zahnx/flashcards.git
cd flashcards
npm install
npm start