An open API service indexing awesome lists of open source software.

https://github.com/cbedroid/survey-page


https://github.com/cbedroid/survey-page

Last synced: 10 months ago
JSON representation

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