ajejey / upraised-app

Home Page:https://quiz-app-ajejey.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quiz App

This project is built with Next JS 13.4 using the App router.

The deployed App can be seen here:

https://quiz-app-ajejey.vercel.app/

Getting Started

Clone the repository

git clone https://github.com/ajejey/upraised-app.git

Go to the root folder

cd upraised-app

Create a .env file in the root folder add environment variable

NEXT_PUBLIC_API_URL=http://localhost:3000

Install required packages

npm install

To run the development server

npm run dev

Open http://localhost:3000 with your browser to see the app.

Requirements

  1. Must have Node installed (version 16.4 or later)

About

https://quiz-app-ajejey.vercel.app


Languages

Language:JavaScript 77.9%Language:CSS 22.1%