Checkout the app: - https://crypto-portfolio-tracker-delta.vercel.app
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.
- 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
- React.js
- Node.js
- Express.js
- Axios
- CoinGecko API
- Clone the repository
- Install dependencies for the backend and frontend:
cd crypto-portfolio-tracker-backend
npm install
cd ../crypto-portfolio-tracker-ui
npm install
- Start the backend server:
cd ../crypto-portfolio-tracker-backend
npm start
- Start the frontend development server:
cd ../crypto-portfolio-tracker-ui
npm start
- Open your browser and navigate to
http://localhost:3000
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.