Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yarzik7/assignment-submission-portal
Assigment submission portal
https://github.com/yarzik7/assignment-submission-portal
nextjs reactjs tailwindcss typescript
Last synced: 2 days ago
JSON representation
Assigment submission portal
- Host: GitHub
- URL: https://github.com/yarzik7/assignment-submission-portal
- Owner: Yarzik7
- Created: 2024-12-09T14:22:17.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2024-12-09T17:38:10.000Z (17 days ago)
- Last Synced: 2024-12-09T18:37:17.084Z (17 days ago)
- Topics: nextjs, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://assignment-submission-portal-one.vercel.app/
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
1. **Clone the repository to your local machine:**
```bash
git clone https://github.com/Yarzik7/assignment-submission-portal.git
cd assignment-submission-portal
```2. **Install the dependencies:**
```bash
npm install
# or
yarn install
# or
```3. **Setting environment variables:**
At the root of the project, create an .env.local file and add the following variables:
NEXT_PUBLIC_API_URL=api server url
## Running the project:
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.