File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,12 @@ This is a web app built for Abuse and Sexual Assault Prevention, a student organ
4
4
5
5
## Features
6
6
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
15
13
16
14
## Required tools
17
15
You can’t perform that action at this time.
0 commit comments