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.
- 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.
- React
- Node.js
- Express
- MongoDB
- Zustand
- firebase
- shadcn ui
- Clone the repository
git clone https://github.com/hanad124/invoicefy.git
- Install dependencies
cd server && npm install
cd client && npm install
- 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
- Create a
.env
file in the client directory and add the following environment variables
REACT_APP_API_URL=http://localhost:5000
- Run the server
cd server && npm run dev
- Run the client
cd client && npm run dev
- Visit
http://localhost:5173
in your browser
MIT License
MIT License
Contributions are always welcome!