Skip to content

A simple flashcard web app using React, primarily focusing on function components and the hooks API.

Notifications You must be signed in to change notification settings

Selchuk-Karakus/studydeck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Study Deck

Description

A simple flashcard web app using React, primarily focusing on function components and the hooks API.

This project focuses on utilizing React hooks, reusable components, and passing props to components to build a simple web application that can dynamically share and preserve data that is fetched from an API. This web application allows users to create a flashcard deck, cards for their deck, click through their deck to study the cards, and edit or delete their decks and cards.

Technical

  • Created using React
  • Features a mock back-end API
  • Utilizes Normalize for styles
  • Feel free to use this URL "https://atom-splendid-macadamia.glitch.me" which provides the data I created for our REST endpoint API for building this flashcard application.

Installation Instructions

ensure that you have a recent version of Node installed (https://nodejs.org/en)

  • Clone Repo
  • Open the folder in your Terminal
  • Run yarn install || yarn i
  • After installation completes, run "yarn start"

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

About

A simple flashcard web app using React, primarily focusing on function components and the hooks API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published