Skip to content

Latest commit

 

History

History
97 lines (66 loc) · 1.92 KB

README.md

File metadata and controls

97 lines (66 loc) · 1.92 KB

Invoicefy - A simple invoice generator

Invoicefy is a web-based application that allows users to create and download invoices in PDF format. Users can also view all invoices, track the status of invoices, and manage their profile and settings. The application is built using React,Typescript, Node.js, Express, and MongoDB. The frontend is built using React and Zustand for state management, while the backend is built using Node.js and Express. MongoDB is used as the database, and Firebase is used for image storage. The application also uses shadcn ui for the design.

Portfolio Preview

Table of Contents

Features

  • Create and download invoices in PDF format.
  • View all invoices.
  • Track the status of invoices.
  • Responsive design.
  • User authentication.
  • User profile.
  • User settings.
  • personliased dashboard.

Tech Stack

  • React
  • Node.js
  • Express
  • MongoDB
  • Zustand
  • firebase
  • shadcn ui

Installation

  1. Clone the repository
git clone https://github.com/hanad124/invoicefy.git
  1. Install dependencies
cd server && npm install
cd client && npm install
  1. Create a .env file in the server directory and add the following environment variables
PORT=5000
MONGO_URI=your_mongodb_uri
JWT_SECRET=your_jwt_secret
  1. Create a .env file in the client directory and add the following environment variables
REACT_APP_API_URL=http://localhost:5000
  1. Run the server
cd server && npm run dev
  1. Run the client
cd client && npm run dev
  1. Visit http://localhost:5173 in your browser

License

MIT License

MIT License

Author

Contribution

Contributions are always welcome!