Skip to content

whiteGloom/parrot-cards

Repository files navigation

logo

Parrot flash cards

At the moment it is an experimental project for personal use.

Draft stage.

This application is completely client-side.

Live preview

There is a GitHub Pages preview: https://whitegloom.github.io/parrot-cards

Keep in mind that it may be a bit outdated.

I'm planning to use this tool for education and I share my personal dataset of cards (it may be outdated).

Tools and notes

Beautiful

Typescript React Create React App React Router Redux Redux Saga ESLint Tailwind CSS SASS Github Pages

Not so beautiful

Project management

I lead GitHub project for this repo: https://github.com/users/whiteGloom/projects/2
There are my notes and plans for development.

I also create issues for important notes and bugs which I found:
https://github.com/whiteGloom/parrot-cards/issues

Cloning instruction

  1. You need to have Git, Node.js and NPM installed
  2. Clone this repository
  3. Call npm install
  4. Copy .env.example file as .env and fill missing values

Npm commands

  • npm run start starts local server for development
  • npm run build builds project for production
  • npm run lint starts linting process to find potential problems