This project is a webpage containing research on the various stages of the development process as well as a comprehensive list of the best tools to utilize at each stage. This is one of the projects required to obtain the Responsive Web Design Certificate from freeCodeCamp.
Open Source - Contribution Details Below
View the web page here: Technical Documentation Page
HTML
- Sections
- Images
- Links
- Lists
CSS
- Responsive design
- Media Queries
- Flexbox
- @keyframes
- pseudo-elements
- Webkit properties
- Google Fonts
- Scroll bar styling
Contribute to this project in the following ways:
- Provide authentic urls to the tools listed in the project.
- Add more tools to the list.
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
- Alternatively see the GitHub documentation on creating a pull request.
Don't forget to give the project a star! ⭐