/SMMA-Survey-App

A Survey App Built With NextJS 13, and Firebase

Primary LanguageJavaScript

Technology Stack

  • ⚡ Next.js 13: A React framework for building web applications.
  • 🔥 Firebase: A platform developed by Google for creating mobile and web applications.

Getting Started

These instructions will get your copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them:

  • Node.js
  • npm or yarn

Installation

Step-by-step series of examples that tell you how to get a development environment running.

  1. Clone the repository:

    git clone https://github.com/your-username/your-project-name.git
  2. Navigate to the project directory:

    cd your-project-name
  3. Install dependencies:

    npm install

    or

    yarn install
  4. Set up Firebase:

    • Create a Firebase project in the Firebase console.
    • Add your Firebase project configuration to a .env.local file.
  5. Start the development server:

    npm run dev

    or

    yarn dev

    or pnpm dev