Coder Social home page Coder Social logo

coin's Introduction

Coin

Finance application for managing expenses. Built with Typescript and React. This repo contains the client side code.

Credit to Najla Sekariyanti for the incredible UI/UX work on this app. Check out the case study that she wrote here.

Running the App

You would need to first clone the backend server from here:

$ git clone https://github.com/narendrasss/coin-server.git

Then run the server with yarn dev or npm run dev. The server will start at localhost:3001. This url is already listed as a proxy on the react app, so everything should work correctly.

Then clone the repository:

$ git clone https://github.com/narendrasss/coin.git && cd finance-react

Then start the development server:

$ npm start

This launches a development server at localhost:3000. Visit this page on your browser to browse the app.

To-Dos

General

  • Change all SASS files to be CSS modules
  • Remove repetitive code (mainly scss styles)
  • Add working (wireframe) components for each page

Pages to Implement

  • Login
  • Onboarding pages
  • Dashboard (needs fix)
    • Fix styling and component structure
  • Budget
    • Add wireframe
    • Fix styling
    • Implement modify buttons
    • Correct fixed expense component
  • Add fixed expense
  • All categories
    • Add wireframe
    • Fix styling
  • One category (one)
    • Add wireframe
    • Add content by fetching from server
    • Fix styling
  • Add category
    • Add wireframe
    • Fix styling
    • Implement onSubmit feature
  • All expenses
    • Add wireframe
    • Fix styling
  • Add expense
    • Add wireframe
    • Fix styling

Other

  • Implement static PieChart component
  • Implement working PieChart component (using D3?)

coin's People

Contributors

nandanmen avatar

Watchers

 avatar

coin's Issues

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.