This project is a cryptocurrency exchange platform. It allows users to manage their portfolio and exchange different types of cryptocurrencies.
- Portfolio Management: Users can view and manage their cryptocurrency portfolio.
- Buy Cryptocurrency: Users can buy a certain quantity of a coin.
- Cryptocurrency Exchange: Users can exchange one type of cryptocurrency for another.
- React Router: Used for routing in the application.
- React: Used for building the user interface.
- Redux: Used for state management.
- SweetAlert2: Used for displaying alerts and prompts to the user.
- Tailwind CSS: Used for styling the application.
- Clone the repository:
git clone <repository-url>
- Navigate into the project directory:
cd <project-directory>
- Install the dependencies:
npm install
- Start the application:
npm start