Cryptocurrency Tracker Website

🌐 Overview

Crypto Analysis is a fully responsive cryptocurrency tracking website built using React. It allows users to view current prices and information about various cryptocurrencies. Additionally, users can authenticate using custom credentials or Google authentication. They can also add coins to a watchlist, with all data being stored in a Firebase database. The website has been successfully deployed on Netlify.

Crypto Analysis has been deployed on Netlify and is accessible at https://crypto-analysis-info.netlify.app.

🚀 Features

  1. Cryptocurrency Information: Users can view information about various cryptocurrencies including current prices, market capitalization, volume, and more.
  2. Authentication: Implemented authentication functionality allowing users to sign in using either custom credentials or Google authentication.
  3. Watchlist: Users can add cryptocurrencies to their watchlist, enabling them to easily track their favorite coins.
  4. Database Integration: Utilized Firebase to store user data including watchlist information, ensuring data persistence and accessibility across sessions.
  5. Responsive Design: The website is built with a fully responsive design, ensuring a seamless user experience across different devices and screen sizes.
  6. Deployment: Successfully deployed the website on Netlify, making it accessible to users worldwide.

🛠 Technologies Used

  • React: Frontend framework for building the user interface.
  • Firebase: Backend service used for authentication and database management.
  • Netlify: Platform used for deployment and hosting of the website.

🖼 Screens

🚀 Getting Started

  1. Clone the repository:
  2. git clone https://github.com/kushalsng/crypto-analysis.git
  3. Install dependencies:
  4. cd cryptocurrency-tracker
    npm install
  5. Configure Firebase:
    • Create a Firebase project.
    • Enable Authentication and Firestore database.
    • Set up Firebase configuration in the project.
  6. Run the development server:
  7. npm start
  8. Access the website in your browser at http://localhost:3000.

🎉 Contributing

Contributions are welcome! Feel free to submit pull requests or open issues for any bugs or feature requests. 🙌

📝 License

Crypto Analysis is licensed under the MIT License - see the LICENSE file for details. 📄

🙏 Acknowledgements