Skip to content

Web app that shows the latest information about your favourit cryptocurrencies.

Notifications You must be signed in to change notification settings

Anabil-Baruah/Cryptomedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptomedia

Home page

Welcome to Cryptomedia! This application provides real-time information about cryptocurrencies, their rankings, and related news. Stay up-to-date with the latest trends, prices, and news in the crypto world with this easy-to-use web application.

Tech stack

node js MongoDB react JS Redux Sass

Demo

https://main--dreamy-jelly-bf237f.netlify.app

Installation

To use this app, you'll need to have Node.js , npm and mongoDB installed on your machine.

cd Cryptomedia

Then install the node modules and all the dependencies by running -

 npm install

Change the directory and start the server

cd server
 nodemon server.js

Change the directory and start the react app

cd client

Features

  • Cryptocurrency List: View a list of popular cryptocurrencies, their prices, and rankings.

  • Coin Details: Get detailed information about a specific cryptocurrency, including historical data and market trends.

  • Microsoft News Integration: Access the latest news articles related to the cryptocurrency market.

  • User Authentication: Securely sign up and log in to access personalized features.

  • Favorites: Mark your favorite cryptocurrencies for quick access to their data.

  • Responsive Design: Enjoy a seamless experience on both desktop and mobile devices.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

MONGO_URL = mongodb://localhost:27017/My_app

CRYPTO_API_KEY= Your crypto api key

BING_NEWS_API = Your bing api

About

Web app that shows the latest information about your favourit cryptocurrencies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages