Your real-time cryptocurrency tracking solution. CryptoTracker provides up-to-date information on the top cryptocurrencies in the market. Stay informed with real-time prices, market trends, and personalized tracking features.
- Framework: Next.js 14
- API: CoinCap API 2.0
- Styling: Tailwind CSS
- Components: Shadcn - reusable components
- Hooks:
useState
,useEffect
,useCallback
,useMemo
- Code Formatting: Prettier
- Real-time price updates for top 50 cryptocurrencies
- Detailed view with price charts and additional market data
- Favorite tracking for quick access to your preferred coins
- Built-in currency converter for quick calculations
- Search functionality to find specific cryptocurrencies
-
Clone the repository:
git clone https://github.com/niclastanskanen/nextjs-ithogskolan-crypto-tracker.git
-
Navigate into the project directory:
cd nextjs-ithogskolan-crypto-tracker
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
- Open http://localhost:3000 in your browser to view the app.
This project is developed as part of the Web Development course at IT-Högskolan. The project follows the specific course requirements