Skip to content

ankitk84/Crypto-Fi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Take a look at : https://main--crypto-fi.netlify.app/

Crypto-Fi

The virtual trading crypto platform enables users to simulate cryptocurrency trading with real-time data and charts and news updates. It offers a risk-free environment for buying and selling virtual currencies, improving trading skills, and analyzing market trends.

Web App Link

https://main--crypto-fi.netlify.app/

Technologies Used

  1. HTML,CSS
  2. ReactJs with libraries like apexcharts,recharts
  3. NodeJS
  4. expressjs
  5. MongoDB
  6. Git
  7. JWT
  8. Nodemailer #remaining
  9. websocket 10.Bootstarp,tailwind CSS, material UI, Styles-components

Prerequisites

  • HTML,CSS,Bootstarp
  • ReactJs
  • NodeJS
  • expressjs
  • MongoDB
  • Git
  • CLI

Installation

Clone the latest Repository

git clone url

Into the project directory

cd Crypto-Fi

For Frontend/Client-Side

cd frontend

Installing NPM dependencies

npm install

Then simply start your app

npm start

For Backend/ Server-Side

cd server

Installing NPM dependencies

npm install

Then simply run Command

node index

The Server should now be running at http://localhost:8000/

Folder Structure

Crypto-Fi
├── frontend
├── server
├── .gitignore
├── package-lock.json
├── README.md

image