Jessica Walkenhorst commited on
Commit
db3912c
β€’
1 Parent(s): 85d3676

Update Readme (#11)

Browse files
Files changed (1) hide show
  1. README.md +14 -6
README.md CHANGED
@@ -1,9 +1,17 @@
1
- # MAOrganizer - Meeting Attendance Organizer
 
 
 
 
 
 
 
2
 
3
- An app to organize meeting attendants.
4
 
5
- Currently planned functionality:
6
 
7
- * Split a list of attendants into first and lastnames.
8
- * Given a substring (for example first or last name), find all attendants in the list whose name includes this substring.
9
- * Given two attendance lists, produces a list of newly added attendants.
 
 
1
+ ---
2
+ title: Meeting Attendance Organizer
3
+ emoji: πŸ’»
4
+ colorFrom: purple
5
+ colorTo: blue
6
+ sdk: docker
7
+ pinned: false
8
+ ---
9
 
10
+ # Meeting Attendance Organizer
11
 
12
+ This app fullfills a simple need: Take a list of names of people attending a meeting and peform one (or multiple) of the following tasks:
13
 
14
+ * βœ‚οΈ Split their names into first name and surname
15
+ * πŸ‘€ Compare two lists with each other and see who is new on the second list
16
+ * πŸ”Ž Find people in a list by either searching for their complete names or parts of their name
17
+ * πŸ’Ύ Write any of the results back out, so you can share it with others