Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Cryptocurrency exchange app which lets you simulate playing on the real market by fetching real world data.

Notifications You must be signed in to change notification settings

jedrzejratajczak/cryptocurrency-exchange

Repository files navigation

Cryptocurrency exchange

Cryptocurrency exchange app which lets you simulate playing on the real market by fetching real world data. Created with React.

Table of content

General info

Web app developed with React which lets you play on crypto stock market without need for spending real money. You will be given some amount of money which you can spend on playing. All progress will be saved locally in your browser.
Project has strict github workflow which is described here which is assisted by github actions. Current cryptocurrency exchange rates data is fetched from Coingecko API.
App created by cooperation with Patryk Rezler who was delivering code reviews and valuable coding tips.

Technologies and methodologies

Setup

If you want to build the website on your own, clone the repo, use npm i or yarn and npm start or yarn start.