https://github.com/annastacia-dev/devpay-frontend
https://github.com/annastacia-dev/devpay-frontend
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/annastacia-dev/devpay-frontend
- Owner: Annastacia-dev
- Created: 2022-11-07T12:08:34.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-11T10:11:14.000Z (over 2 years ago)
- Last Synced: 2025-01-06T19:17:13.595Z (4 months ago)
- Language: JavaScript
- Size: 141 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevPay
DevPay is a platform for freelance developers to generate invoices to send to their clients. It is a full stack application built with React and Ruby with Sinatra. It is a work in progress and is currently in the development phase.## DevPay Frontend
The frontend of DevPay is built with React and uses the React Router library to handle routing.## DevPay Features
- Developers can create an account and signin
- Developers can create a new invoice
- Developers can associate the invoice with a client and service
- Developers can view their statics of clients, invoices, and services
- Developers can view all clients
- Developers can view all services
- Developers can view and edit their profile
- Developers can print an invoice
- Developers can delete an invoice
- Developers can log out### Invoices
- Create
- Delete### Dashboard
- Statistics
-Recent Invoices### DEVPAY BACKEND LINK
https://github.com/Annastacia-dev/DevPay-BackEnd