bsababu / flashcards-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This flashcard challenge was built but incomplete by codecademy, we had to make it full functional with new features features.

To Run

Run npm start in the project root and the app will be available on port 3000.

State

The app's state is totally normalized, with slices for topics, quizzes, and cards.

Routes

  • /new-topic – form to create a new topic
  • /topics – index of all topics
  • /topics/:topicId – page for an individual topic
  • /new-quiz – form to create a new quiz
  • /quizzes – index of all quizzes
  • /quizzes/:quizId – page for an individual quiz

To Test

  1. Create topics
  2. Create quizzes
  3. Visit the page for an individual quiz and flip the cards over

About


Languages

Language:JavaScript 76.9%Language:CSS 15.0%Language:HTML 8.1%