Our application helps the family who is waiting for a diagnosis for Autism Spectrum Disorder(ASD) for a long time with little to no support in Scotland. Built with React / CSS / node.js / HELMET / Express.js / passport / PostgreSQL / HEROKU. This was the final project for the Code Your Future Full Stack Web Development course in 2022. We had 4 weeks (3 Splints) to build it and present it to external audience in February 2022.
View it here: https://sensational-life-asd.herokuapp.com/
- Useful information.
- Friendly and easy to navigate
- Helps users to Access online facebook community.
- Helps people to stay connected. (The journey can be lonely).
- Offers FREE useful resources tailored to the needs of individuals.
- Provides FREE support for families. Eg. free Personal guide
Main features include:
- Sign up to register and log in / out
- HOME ( Nav bar / Log in icon / About us / What we do / We support you / What Our Beloved Members Say / Subscribe to our newsletter / FAQ / Footer )
- ABOUT ( What is Autism / Signs of Autism / Additional Support / Our Events )
- RESOURCES ( Timetables / Referrals / Edutainment / Advice / Useful Links )
- Only for registered user ( Timetables download )
- Self Refferal Pathway
- Online Community
You need to run the script
npm run dbsetup
Various scripts are provided in the package file, but many are helpers for other scripts; here are the ones you'll commonly use:
dev: starts the frontend and backend in dev mode, with file watching (note that the backend runs on port 3100, and the frontend is proxied to it).lint: runs ESLint and Prettier against all the code in the project.serve: builds and starts the app in production mode locally.
