Skip to content

manraj2712/currency-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

CoinConverge - Crypto to Currency Converter

A simple conversion app made with React.js and Node.js

Hosted Here:

Frontend

Backend

image

Technologies Used

  • Front-end: React.js
  • Styling: Tailwind
  • Backend: Node.js and Express.js
  • Pricing API: CoinGecko

Getting Started

To get a local copy up and running, please follow these simple steps.

Prerequisites

Here is what you need to be able to run CodeStreax

  • Node.js (Version: >=18.x)
  • Yarn (recommended)
  1. Clone the Repository:

    git clone https://github.com/manraj2712/code-judge-turborepo.git
  2. Install Dependencies:

    cd currency-converter
    cd api
    yarn install
    cd ..
    cd web
    yarn install
  3. Set Up Environment Variables:

Create a .env file in each folder (api and web). Refer to the README files for details on required environment variables.

  1. Check README Files:

After installing dependencies, it's recommended to check the README files in both the api and web folders for additional instructions.