GithubHelp home page GithubHelp logo

pem-client's Introduction

Personal Expense Manager

Introduction

This repo is the client for the personal expense manager (PEM). This readme details the process and decisions I made while create this project. If you want to know the reason why I am creating PEM, please check the Readme here.

Technologies

  1. ReactJS with Typescript
  2. Vite
  3. Mantine
  4. React Query
  5. React Router

Project Structure

The project structure is as follows:

├── client-pem
│   ├── public
│   │   ├── vite.svg
│   ├── src
│   │   ├── app.tsx
│   │   ├── main.tsx
│   │   ├── config
│   │   │   ├── env.ts
│   │   │   └── ().ts
│   │   ├── common
│   │   │   ├── (component-name)
│   │   │   │   ├── (component-name).tsx
│   │   │   │   ├── (component-name).data.tsx
│   │   │   │   ├── (component-name).styles.tsx
│   │   │   │   └── index.ts
│   │   ├── hooks
│   │   │   ├── ().ts
│   │   │   └── ().ts
│   │   ├── modules
│   │   │   ├── (module-name)
│   │   │   │   ├── components
│   │   │   │   │   ├── (component-name).tsx
│   │   │   │   │   ├── (component-name).data.tsx
│   │   │   │   │   ├── (component-name).styles.tsx
│   │   │   │   ├── (module-name).tsx
│   │   │   │   ├── (module-name).data.tsx
│   │   │   │   ├── (module-name).styles.tsx
│   │   │   │   └── index.ts
│   │   ├── utils
│   │   │   ├── index.ts
│   │   │   └── dom.utils.ts
│   │   └── vite-env.d.ts
│   ├── yarn.lock
│   ├── readme.md
│   ├── index.html
│   ├── .gitignore
│   ├── package.json
│   ├── tsconfig.json
│   ├── vite.config.ts
│   └── tsconfig.paths.json

Getting Started

Notes

  1. apk add git

  2. Build the docker image

  docker build -f Dockerfile.dev -t pem-react-client .
  1. Run the docker image
  docker run --name pem-client -p 3000:3000 -v /app/node_modules -v $(pwd):/app -d pem-react-client

pem-client's People

Contributors

hzburki 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.