An informational website for the 2018 American Academy of Physician Associates (AAPA) conference held in New Orleans. It features details about conference agendas, keynote speakers, continuing medical education (CME) sessions, networking opportunities, and travel information. This project showcases skills in creating comprehensive event-focused web experiences with clear navigation and user-centric design.
GitHub Repository: radtket/aapa-conference-2018
Live Demo: AAPA 2018 Conference
# clone the repo
$ git clone https://github.com/radtket/aapa-conference-2018.git my-project
# go into app's directory
$ cd my-project
# install app's dependencies
$ npm install# serve with hot reload at localhost:3000.
$ npm run start
# build for production with minification
$ npm run build- Gulp - JavaScript Task Runner
- Pug - An elegant templating engine, primarily used for server-side templating in NodeJS.
- Sass - A css preprocessor
- Bourbon - A lightweight, Dependency-free, Sass tool set
- Neat - A lightweight and flexible Sass grid
- Babel - The compiler for writing next generation JavaScript
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
my-project/
├── docs/
├── src/
│ ├── favicon/
│ ├── img/
│ ├── js/
│ ├── scss/
│ ├── video/
│ ├── ...
│ ├── index.html
│ └── ...
└── package.json