An open API service indexing awesome lists of open source software.

https://github.com/amsahil/crypto-tracker

A Laravel-based cryptocurrency tracking website that displays real-time prices using the CoinGecko API. It includes user authentication, dark mode toggle, live search, and pagination for an enhanced user experience.
https://github.com/amsahil/crypto-tracker

api javascript laravel-framework sql

Last synced: about 2 months ago
JSON representation

A Laravel-based cryptocurrency tracking website that displays real-time prices using the CoinGecko API. It includes user authentication, dark mode toggle, live search, and pagination for an enhanced user experience.

Awesome Lists containing this project

README

          

![Crypto Tracker](https://github.com/user-attachments/assets/6be456f5-fc9d-4bd8-9ba2-2ad9b6843794)
🚀 Crypto Price Tracker

This is a Laravel-based cryptocurrency tracking website that allows users to:

✅ View real-time cryptocurrency prices using the CoinGecko API
✅ Search for specific cryptocurrencies by name or symbol
✅ Toggle between Dark & Light mode
✅ User Authentication (Login & Register)
✅ Pagination for crypto listings

---

📌 Features

- 🛠 Built with Laravel (Backend) & Blade Templates
- 🌍 Real-time updates via Laravel Echo & Pusher
- 🔍 Live search functionality
- 🔐 User authentication with Laravel Breeze
- 🎨 Responsive UI with Bootstrap

---

🛠 Installation Guide

1️⃣ Clone the repository:

```bash
git clone https://github.com/amsahil/your-repo.git
cd your-repo

2️⃣ Install dependencies:
composer install
npm install && npm run dev

3️⃣ Setup environment variables:
cp .env.example .env
php artisan key:generate

4️⃣ Run migrations:
php artisan migrate

5️⃣ Start the server:
php artisan serve

Final Step: visit http://127.0.0.1:8000 in your browser.

📜 License
This project is open-source and free to use. 🚀✨
```

🎯 Summary
If you want to make any update or suggestion feel free to open the requests and let's dive and make it more better.:)

See you with next Updates & Projects.