Skip to content

Commit

Permalink
Merge pull request #27 from avantifellows/UpdatedReadme
Browse files Browse the repository at this point in the history
Updated readme
  • Loading branch information
suryabulusu authored Oct 15, 2023
2 parents 167af0a + ba562eb commit 05d744c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
## Getting Started

First, install dependencies (`npm run build`) run the development server:
First, install dependencies (`npm install`) run the development server:

```bash

npm run dev
# or
yarn dev
Expand All @@ -13,16 +12,6 @@ pnpm dev

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.

This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.

## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.

## Project

An interface to create quizzes for the Avanti Fellows Quiz Engine, and remove the dependence on Google Sheets completely.
1 change: 1 addition & 0 deletions src/components/displayTable/DataDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { getData } from "@/utils/FormInputHandling";
import ReactPaginate from "react-paginate";
import { instance } from "@/utils/RootClient";


type DataDisplayProps = {
getData: () => Promise<RowType[]>;
};
Expand Down
1 change: 0 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import DataDisplay from "@/components/displayTable/DataDisplay";
import { getData } from "@/utils/FormInputHandling";

import Head from "next/head";
import { useRouter } from "next/router";

Expand Down

0 comments on commit 05d744c

Please sign in to comment.