An invoice app based on a frontend mentor challenge. It contains a CRUD based on a backend with Nestjs and a database with MongoDB. You can see a live demo at this link.
- Create, read, update, and delete invoices
- Toggle light and dark mode
- Filter invoices by status (draft/pending/paid)
- Form validation and component animations
- Use an API made with Nestjs
- Maintains data persistence
Clone/download the project and run npm install
to build the dependencies the project needs.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
When you start the project make sure you have the backend running that is in the following link.
Released under the MIT licensed