DEV Community

Francis Ngugi
Francis Ngugi

Posted on

Day 6 of 30... Was to be posted yesterday

So this is was the day where I focused and completed a simple transaction table project:

The requirements of the project were as follows

Core Deliverables
As a user, I can:

See a table of all transactions.
Fill out and submit the form to add a new transaction. This should add the new transaction to the table * the new transaction does not have to be persisted to the backend *
Filter transactions by typing into the search bar. Only transactions with a description matching the search term should be shown in the transactions table.
Bonus Deliverables
These bonus deliverables are here if you want an extra challenge and won't affect your score. Make sure to commit your work to save your progress before attempting the bonus deliverables!

As a user, I should be able to:

  • Sort transactions alphabetically by category or description.

  • Delete a transaction which will remove it from the table

Gladly all the required functionalities were met and I really learnt a lot from doing this project.

The code: https://github.com/FrancisNgigi05/Bank-Of-Flatiron

Also managed to complete the Nmap room in TryHackMe and refreshed my knowledge on how to use Wireshark

Top comments (0)