Code Monkey home page Code Monkey logo

sales-tracker's Introduction

Sales Tracker - Track your sales and make more money

is a web app to track any item sales. You can try this Demo site

Stack used

Project Structure

.
├── README.md
├── firebase.json
├── package.json
├── postcss.config.js
├── src
│   ├── App.tsx
│   ├── assets
│   │   ├── fonts
│   │   │   ├── Somatic-Rounded.otf
│   │   │   ├── Track.ttf
│   │   │   ├── Virgil3YOFF.woff
│   │   │   ├── Virgil3YOFF.woff2
│   │   │   ├── fibre-font.woff
│   │   │   ├── kitchen-sink-bold.otf
│   │   │   ├── kitchen-sink-regular.otf
│   │   │   └── kitchen-sink-thin.otf
│   │   └── icons
│   │       ├── AddIcon.tsx
│   │       ├── CameraIcon.tsx
│   │       ├── FacebookIcon.tsx
│   │       ├── GoogleIcon.tsx
│   │       ├── LogoutIcon.tsx
│   │       ├── edit.tsx
│   │       └── trash.tsx
│   ├── components
│   │   ├── button.tsx
│   │   ├── icon-button.tsx
│   │   └── text-field.tsx
│   ├── hooks
│   │   └── auth.ts
│   ├── index.css
│   ├── index.tsx
│   ├── modules
│   │   ├── firebase.ts
│   │   └── items
│   │       ├── card.tsx
│   │       ├── context.ts
│   │       ├── definition.ts
│   │       ├── form.tsx
│   │       └── service.ts
│   ├── pages
│   │   ├── header.tsx
│   │   ├── home.tsx
│   │   └── searchbar.tsx
│   ├── react-app-env.d.ts
│   └── setupTests.ts
├── tailwind.config.js
├── tsconfig.json
├── yarn-error.log

Install

  • Clone this repo
  • Install dependency using Yarn:
yarn install
  • Start your local development
yarn start

Show your Support

To show your support for my work on this project:

sales-tracker's People

Contributors

pahrizal avatar

Watchers

James Cloos avatar  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.