Skip to content

Commit aa61b58

Browse files
authored
Update README.md
1 parent f68a376 commit aa61b58

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ This is a web app built for Abuse and Sexual Assault Prevention, a student organ
44

55
## Features
66

7-
- Session based authentication with [Passport](https://www.passportjs.org)
8-
- Emailing for account verification and resetting password with [SendGrid](https://sendgrid.com)
9-
- Admin functionality for viewing/deleting/promoting other users
10-
- Clean authentication pages built with [Material UI](https://mui.com)
11-
- In memory database testing with [Jest](https://jestjs.io) and [Supertest](https://www.npmjs.com/package/supertest)
12-
- [AirBnb Typescript styling](https://github.com/airbnb/javascript) with [Prettier](https://prettier.io) and [ESLint](https://eslint.org)
13-
- [Husky](https://typicode.github.io/husky/#/) and [lint-staged](https://github.com/okonet/lint-staged) for checking linting on commits
14-
- [GitHub Actions](https://docs.github.com/en/actions) for ensuring linting + tests pass on pushes
7+
- Admin portal with ability to change resources, questions, and answers
8+
- Rich text editor for answer and question changes
9+
- Tree-based data structure in backend
10+
- Private and secure user experience that does not track user data
11+
- Back and Next buttons, as well as ability to see other resources if different answers were selected
12+
- Dictionary and side help bar for unkown terms, filtered based on the words in the question/answer/resource
1513

1614
## Required tools
1715

0 commit comments

Comments
 (0)