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

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.

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