Skip to content

This React and TypeScript SPA manages a user's cryptocurrency transactions, featuring real-time search, a paginated coin list, and a purchase flow with a modal displaying coin prices.

Notifications You must be signed in to change notification settings

polinakren/coin

Repository files navigation

Coin

This React and TypeScript SPA manages a user's cryptocurrency transactions, featuring real-time search, a paginated coin list, and a purchase flow with a modal displaying coin prices.

GitHub last commit GitHub repo size
Main Image

✨ Features

  • 🛡 Written in TypeScript.
  • 🎨 CSS-in-JS.
  • 🌈 Used i18next

🔨 Development

Before starting the work, follow these steps:

npm install
npx openapi-generator-cli generate
npm start

Open http://localhost:3001 in a browser.

Changes to files in the src and public folders will be tracked. That means after saving a file, the changes will be applied, and the web page will reload.

Changes to webpack configuration files and all other files will only take effect after rebuilding.

About

This React and TypeScript SPA manages a user's cryptocurrency transactions, featuring real-time search, a paginated coin list, and a purchase flow with a modal displaying coin prices.

Topics

Resources

Stars

Watchers

Forks