Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.48 KB

README.md

File metadata and controls

43 lines (36 loc) · 1.48 KB

MoneyPay

MoneyPay is a full stack project developed to practice my development skills. Using MoneyPay we can send money (Fake🤫) to each other

Features

  • User signup and login system using JWT 🔐
  • User can send money to another user using their email address 💸
  • User can see their history of transactions 📔
  • User can see there balance in two currencies 💵
  • Dark mode available for users

Technologies

Frontend

  • React JS
  • Tailwind CSS
  • Context API
  • React Router

Backend

  • NodeJS ( ExpressJS )
  • MongoDB ( Mongoose )
  • JWT
  • JOD

Installation

git clone https://github.com/prasadkarmalkar/money-pay
cd money-pay/frontend
npm i
npm run dev

#ANOTHER TERMINAL
cd money-pay/backend
npm i 
node server.js

Screenshots

Screenshot 2024-08-07 at 10 17 20 AM Screenshot 2024-08-07 at 10 25 47 AM Screenshot 2024-08-07 at 10 26 39 AM Screenshot 2024-08-07 at 10 26 30 AM Screenshot 2024-08-07 at 10 26 00 AM