Giter Site home page Giter Site logo

pankajpareek026 / credit Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 10.55 MB

This is a powerful and user-friendly web-based application designed to effortlessly track transactions between friends and families, while also simplifying personal finance management. With its intuitive interface, interactive features, and collaborative capabilities, the app provides a seamless experience .

Home Page: http://creditc.vercel.app

HTML 1.17% JavaScript 71.77% CSS 27.06%
jwt nodejs express-js chartjs mernstack money-tracker mongodb mongoosejs react react-icons reactjs rest-api toastify

credit's Introduction

Credit

This is a powerful and user-friendly web-based application designed to effortlessly track transactions between friends and families, while also simplifying personal finance management. With its intuitive interface, interactive features.

Live

test user

email : [email protected]
password : 1234#@New

Run Locally

Clone the project

  git clone [email protected]:pankajpareek026/credit.git

Go to the project directory

  cd credit

Install dependencies

1. install dependencies for Fronted

npm install

2. install dependencies for Backend

  cd api
  npm install

Start both servers (react & node)

  npm run start

  //open new tab and start backend server

  cd api
  npm run start

Change Database configration at api/db/config.js

const mongoose = require('mongoose')
const url = <your connection string>

const connectionParams = {
    useNewUrlParser: true,
    useUnifiedTopology: true
}
mongoose.connect(url, connectionParams).then((e) => {
    // console.log(e)
    console.log("DB > connected")
}).catch((ee) => {
    console.info("ERR: ", ee)
}) 

Screenshots

Home page

App Screenshot

DashBoard

DashBoard

Add Transaction

Add Transaction

Transactions Detail

Transaction Detail

Share Transaction Detils Page

Transaction Detail

Tech Stack

Client: ReactJS
Server: NodeJS, ExpressJS
Database: MongoDB

credit's People

Contributors

pankajpareek026 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.