Skip to content

πŸ“ A throwback to my early dev days – a Google Forms clone built with React + Bootstrap. Features form creation, Google Sign-In, and local JSON server as backend. Still standing strong (on Node 12 πŸ˜…).

Notifications You must be signed in to change notification settings

arunsai63/react-forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ React Google Forms Clone

Preview

Built this as one of my first full-stack projects – a functional clone of Google Forms with form creation, sign-in, and form management. React + Bootstrap on the frontend, and a local json-server as a makeshift backend. Let’s just say it was my bootstrapped backend era πŸ˜„.


πŸš€ Live Demo

πŸ”— Check it out on GitHub Pages


✨ Features

  • Create your own custom forms with various input types
  • Google Sign-In (used email as the user key)
  • View all your submitted forms
  • View individual form pages
  • Simple UI with Bootstrap
  • Backend powered by json-server (local JSON API)

πŸ› οΈ Tech Stack

  • Frontend: React (v16), Bootstrap
  • Auth: Google Sign-In
  • Backend: JSON Server (local dev only)
  • Routing: React Router

πŸ“¦ Getting Started (Dev)

You'll need an older Node version (~v12) to run this smoothly.

nvm install 12.22.12
nvm use 12.22.12
npm install
npm start

About

πŸ“ A throwback to my early dev days – a Google Forms clone built with React + Bootstrap. Features form creation, Google Sign-In, and local JSON server as backend. Still standing strong (on Node 12 πŸ˜…).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published