Skip to content

Crypto Portfolio is a web application that allows users to manage their cryptocurrency investments. Built with the MERN stack (MongoDB, Express.js, React, and Node.js), this application provides an intuitive interface to track and analyze cryptocurrency holdings.

Notifications You must be signed in to change notification settings

erik-east/crypto-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto-Portfolio

Crypto-Portfolio is a web application designed to help you manage all your cryptocurrencies in one place. Built with the MERN stack (MongoDB, Express.js, React, and Node.js), this application provides a comprehensive solution for tracking and managing your crypto investments with ease.

✨ Features

  • 💼 Portfolio Management: Keep track of all your crypto assets in a single, unified interface.
  • 📊 Real-Time Data: Access up-to-date market data and analytics for your cryptocurrencies.
  • 🔒 Secure: Built with security in mind to ensure your data is protected.
  • 📈 Performance Tracking: Monitor the performance of your investments over time with detailed charts and statistics.
  • 🌐 MERN Stack: Leveraging the power of MongoDB, Express.js, React, and Node.js for a robust and scalable application.

🚀 Installation

  1. Clone the repository:

    git clone https://github.com/your-username/crypto-portfolio.git
  2. Navigate to the project directory:

    cd crypto-portfolio
  3. Install server dependencies:

    cd server
    npm install
  4. Install client dependencies:

    cd client
    npm install
  5. Set up environment variables:

    Create a .env file in the server directory and add your MongoDB URI and any other necessary environment variables:

    MONGODB_URI=your_mongodb_uri
  6. Run the development servers:

    • Server:

      cd server
      npm run dev
    • Client:

      cd client
      npm start
  7. Open http://localhost:3000 in your browser to see the application in action.

🤝 Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

📄 License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Crypto Portfolio is a web application that allows users to manage their cryptocurrency investments. Built with the MERN stack (MongoDB, Express.js, React, and Node.js), this application provides an intuitive interface to track and analyze cryptocurrency holdings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published