Cryptocurrencies List Repository
- React Framework: Next.js
- JavaScript Superset: TypeScript
- CSS Framework: Chakra-UI
- Data Management (Cache): React-Query
Components categoraization methodology
- Atoms
- Molecules
- Organisms
- Templates
- Pages
Based on the methodology of Brad Frost
- Clone Repository
git clone git@github.com:NathaEEUD/crypto-list.git
- Install Node Modules
Navigate into your new site’s directory and install Node modules.
cd crypto-list
npm install
- Start Developing
Start Crypto List up.
npm run dev
- Open the Source Code and Start Editing!
Crypto List site is now running at http://localhost:3003
!