This project is part of the Softuni Software Development JavaScript path and aims to demonstrate my knowledge and skills of creating SPA application with React.
TradeVault is a basic cryptocurrency trading platform built with React. This application allows users to view and manage their crypto portfolios. The project includes a client-side application that fetches data from a ready-made server and some external APIs. The focus of this project was to create a realistic platform with user friendly interface.
TradeVault is a cryptocurrency trading platform designed to help users grow and manage their crypto portfolios with ease. The platform provides market overviews, user profile management, and more. You can directly access the application from here: https://trade-vault.web.app/ or follow the steps below to run the application locally on your machine.
git clone https://github.com/crystal-wolfer/trade-vault-project.git
cd client
npm install
npm start dev
node server.js
To use the application, follow the installation steps above and ensure both the client and server are running. Navigate to https://trade-vault.web.app/
OR http://localhost:5173
in your browser to access the TradeVault platform. The platform comes with 3 preseeded accounts:
We welcome contributions to TradeVault. To contribute, follow these steps:
git checkout -b feature-branch
).git commit -m 'Add some feature'
).git push origin feature-branch
).Please adhere to the code of conduct.
This project is licensed under the MIT License.