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.
- 🛡 Written in TypeScript.
- 🎨 CSS-in-JS.
- 🌈 Used i18next
Before starting the work, follow these steps:
npm installnpx openapi-generator-cli generatenpm startOpen 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.
