- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Capstone 1 is part of introductory projects in Microverse software development program. The template adapted for the project is for an event program. Some of its contents were redacted as part of the provided guidlines.
- HTML
- CSS
- Javascript
Client
Server
Database
- Build an event website
- Dynamic loading of website contents
- Click controls of website elements
To get a local copy up and running, follow these steps.
In order to run this project you need:
In order to run this project you need Live Server for your local testing
Clone this repository to your desired folder on your local machine
The projects incorporate some linters check, to get them running on your local system follow these below;
- .github/workflows/linters.ymlis already to project, this is used by Github to run tests on the repo.
- To install Webhint linters run:
- npm init -yinitalize the project and instal Node packages.
- npm install --save-dev hint@7.x
- npx hint .to run the test.
- To install Stylelint linters run:
- npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
- `npx stylelint "**/*.{css,scss}" --fix" to run the test.
- To Install ESLint run:
- npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
- npx eslint . --fixto run the test
To run the project, clone the repository to your local and launch through Live Server on VScode
Follow the procedures under Install to run some of the included linter tests.
You can deploy this project using:
👤 Damilare Adepoju
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- GitUp Page: Capstone-1
- Implement Registration Form
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a thumb up.
I would like to thank Cindy Shin for her original design of Creative Commons Global Summit 2015, as it served as an inspiration for this project. Original design
N/A
This project is MIT licensed.