https://github.com/cbedroid/survey-page
https://github.com/cbedroid/survey-page
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cbedroid/survey-page
- Owner: cbedroid
- Created: 2020-12-25T08:12:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T13:36:54.000Z (almost 4 years ago)
- Last Synced: 2025-01-27T10:29:01.671Z (12 months ago)
- Language: HTML
- Size: 993 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Survey-Form-Page
A [**FreeCodeCamp**](https://freecodecamp.org)
Software Engineer's Survey Page
In this project, we were asked to build a responsive survey form website page. Additionally to designing the website from scatch, we were asked to implement some given [**features**][project-doc] to pass.
For more information about this project, Visit [here][project-doc].
This Responsive Web Design was made using [**HTML5**][html],
[**CSS**][css], and [**BootStrap4**][bootstrap].
### Demo :rocket: [Survey Form Page][githubpage]
## Getting started
This repo can be deployed locally on your machine using [**live-server**][live-server].
**Run from terminal** _(requires [NodeJS](https://nodejs.org/en/download/))_
```bash
# Clone this repo
git clone https://github.com/cbedroid/Survey-Page.git
# Change directory to Survey-Page repo
cd Survey-Page
# Go live (requires NodeJS)
live-server --port=5500 .
# Open Browser to view website
http:localhost:5500
```
**Run in VSCode**
1. Launch VS Code Quick Open by pressing `Ctrl+P`,
2. Paste in _`ext install ritwickdey.LiveServer`_
3. Go Live - click Go Live at the bottom right of screen.
4. Open web broswer to `localhost:5500`.
## Built using
- [**HTML**][html]
- [**CSS**][css]
- [**BootStrap4**][bootstrap]
[githubpage]: https://cbedroid.github.io/Survey-Page/
[project-doc]: https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-projects/build-a-survey-form
[link-author]: https://twitter.com/cbedroid
[html]: https://developer.mozilla.org/es/docs/HTML/HTML5
[css]: https://developer.mozilla.org/en-US/docs/Glossary/CSS
[bootstrap]: https://getbootstrap.com/
[live-server]: https://www.npmjs.com/package/live-server