- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Conference Page is an online website for a conference event. It is to replicate Cindy Shin's original design.
- Mobile version
- Desktop version
- Mobile menu
- Dynamic speakers section
- More/Less speaker buttons
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A PC running any operating system like Windows, Linux, or MacOS
- An Internet connection
- Knowledge of some basic Git commands
- A browser like Microsoft Edge, Google Chrome or Mozilla Firefox
- Git installed
- Link your PC to GitHub
- Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/miltonHenschel/Capstone-Project-1-Conference-Page.git
- Open the file in your code editor
- Setup JavaScript + CSS + HTML linter
Run the following codes in your project folder in your IDE: npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
Install this project with:
- node_models
npm install -g node-modules
- project dependencies
To run Stylelint and ESLint tests, run the following commands npx stylelint "**/*.{css,scss}"
npx eslint .
respectively.
You can deploy this project using GitHub Pages
- GitHub: miltonHenschel
- LinkedIn: henschelnketchoguem
- Twitter: nketchogue
- Instagram: mpatchiehenschel
- Light/Dark mode
- Scroll to top and bottom
- Popup menu for more speaker information
- Contact form
- Create Join, Sponsor and CC Campaign pages
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Cindy Shin, the author of the original design
-
How to fix JavaScript + CSS + HTML linter errors?
- Kindly use
npx stylelint "**/*.{css,scss} --fix"
andnpx eslint . --fix
in the project's root directory.
- Kindly use
This project is MIT licensed.