A simple conversion app made with React.js and Node.js
Hosted Here:
- Front-end: React.js
- Styling: Tailwind
- Backend: Node.js and Express.js
- Pricing API: CoinGecko
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)
-
Clone the Repository:
git clone https://github.com/manraj2712/code-judge-turborepo.git
-
Install Dependencies:
cd currency-converter cd api yarn install cd .. cd web yarn install
-
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.
- Check README Files:
After installing dependencies, it's recommended to check the README
files in both the api
and web
folders for additional instructions.