Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.53 KB

README.md

File metadata and controls

56 lines (39 loc) · 1.53 KB

Invoice app

Hi! This is an invoicing application built with React JS and CSS modules. The application manages invoices and allows user to create, read, update, filter, and delete invoices.

Table of contents

Overview

Features

  • View the optimal layout for the app depending on device's screen size
  • Hover states for all interactive elements on the page
  • Create, read, update, and delete invoices
  • Receive form validations when trying to create/edit an invoice
  • Save draft invoices, and mark pending invoices as paid
  • Filter invoices by status (draft/pending/paid)
  • Keep track of any changes, even after refreshing the browser

Screenshot

Links

My process

Built with

Continued development

I plan to continue working on adding new features such as adding functionality to the theme toggle switch, adding authorization, and possibly connecting to a database instead of leveraging local storage.

Author