Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.39 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.39 KB

Expenses list - a table compliant with Web Accessibility requirements

One of the recruitment tasks was to create a table with a simple form that allows filtering data. While working on this task, I learned how to write code that complies with Web Accessibility requirements for tables, lists and forms.

This is not difficult, and the topic of web acessibility is one that is very important when designing and coding applications. I would like to learn more and use my knowledge of web accesiability in other, more complex projects :)

Table of contents

Overview

Visit: https://asd-expeneses-list.netlify.app/ :)

The challenge

Users should be able to:

  • filter data by category, name and date

Screenshot

Mobile:

My process

Built with

Continued development

  • Time will tell :)