Start exploring different API endpoint of CoinCap
A highly scalable webApp with best DX and a focus on performance and best practices
- Create components, containers, routes, selectors and sagas - and their tests
- Predictable state management
- Next generation JavaScript
- Industry-standard routing
- Industry-standard i18n internationalization support
- SEO
- Make sure that you have latest version of Node.js and npm installed
- Clone this repo using
git clone --depth=1 https://github.com/fktmjohn1/react-coin-app.git <YOUR_PROJECT_NAME> - Move to the appropriate directory:
cd react-coin-app. - Run
npm installto install packages - Run
npm startto run you app in development mode.
Please go through this link for demo react-coin-app
Please note that this code is production-ready and not meant for beginners! If you're just starting out with react or redux then you need to have good knowledge of redux-saga, immer, reselect, jest, react-testing-library, webpack and many more other packages. Please go throught the package.json file for more information.