Code Monkey home page Code Monkey logo

cryptoexchange's Introduction

Cryptocurrency Exchange Web Page

This project is a cryptocurrency exchange web page built using Next.js with WebSocket connection. It provides real-time updates of cryptocurrency prices

Data is provided by Binance. If your region blocked Binance, please use VPN, otherwise you will get dummy data

Demo available here

Features

  • Real-time updates of cryptocurrency prices using WebSocket connection.
  • Responsive design for seamless user experience across devices.
  • Comprehensive error handling to ensure smooth user interactions.
  • Documentation for easy setup and maintenance.
  • Light and Dark Mode UI

Technologies Used

  • Next.js: Frontend framework for building React applications.
  • WebSocket: Protocol for real-time communication between client and server.
  • React: JavaScript library for building user interfaces.
  • Node.js: JavaScript runtime environment for server-side development.
  • Material UI: Components.
  • Redux: State Managements
  • ApexCharts: Charting Library
  • Docker: For better development (Optional)

Installation

  1. Clone the repository:

    git clone https://github.com/andreyyoshua/CryptoExchange
  2. Install Dependencies:

    cd CryptoExchange
    npm install
  3. Configure environment variables: Adjust .env.local file in the root directory and add the necessary environment variables, including database connection strings, API keys, etc (f needed)

  4. Run the Project

    npm run dev
  5. Open your web browser and navigate to http://localhost:3000 to view the application.

Using Docker

  1. Install Docker on your machine.
  2. Build your container: docker build -t nextjs-docker ..
  3. Run your container: docker run -p 3000:3000 nextjs-docker.

You can view your images created with docker images.

License

This project is licensed under the MIT License.

Contact

For any inquiries or feedback, please contact [email protected]

Screenshots

Screenshot 2024-03-18 at 21 21 27 Screenshot 2024-03-18 at 21 20 58

cryptoexchange's People

Contributors

andreyyoshua avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.