Skip to content

This is a web application that allows you to track the prices of up to 3 cryptocurrencies and helps you decide when to buy or sell them.

Notifications You must be signed in to change notification settings

AshishK3197/crypto-portfolio-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Portfolio Tracker

This is a web application that allows you to track the prices of up to 3 cryptocurrencies and helps you decide when to buy or sell them.

Features

  • View the price chart for the last 30 days for up to 3 cryptocurrencies
  • Receive alerts when the price reaches a certain threshold (to be implemented)
  • Analyze price trends and make informed decisions on when to buy or sell

Technologies Used

  • React.js
  • Node.js
  • Express.js
  • Axios
  • CoinGecko API

Getting Started

  1. Clone the repository
  2. Install dependencies for the backend and frontend:
    • cd crypto-portfolio-tracker-backend
    • npm install
    • cd ../crypto-portfolio-tracker-ui
    • npm install
  3. Start the backend server:
    • cd ../crypto-portfolio-tracker-backend
    • npm start
  4. Start the frontend development server:
    • cd ../crypto-portfolio-tracker-ui
    • npm start
  5. Open your browser and navigate to http://localhost:3000

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

This is a web application that allows you to track the prices of up to 3 cryptocurrencies and helps you decide when to buy or sell them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published