Skip to content
View Cosmoslayer's full-sized avatar
Block or Report

Block or report Cosmoslayer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Cosmoslayer/README.md

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

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

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Pinned

  1. cosmoslayer cosmoslayer Public

    TypeScript

  2. nextjs-course nextjs-course Public

    JavaScript

  3. simplecodecasts_saas simplecodecasts_saas Public

    Dev Match - A membership site where entrepreneurs can meet developers. A Software as a Service application as part of the final Ruby on Rails project by Robeen Dey in his turorial for The Complete …

    Ruby

  4. simple-tic-tac-toe simple-tic-tac-toe Public

    Everybody remembers this paper-and-pencil game from childhood: Tic-Tac-Toe, also known as Noughts and crosses or Xs and Os. A single mistake usually costs you the game, but thankfully it is simple …

    HTML

  5. hangman hangman Public

    Hangman is a popular yet grim puzzle game. A cruel computer hides a word from you, which you try to guess letter by letter. If you fail, you'll be “hanged”. If you win, you'll survive. You’ve proba…

    HTML

  6. zookeeper zookeeper Public

    This short code challenge can help the local zoo look after its denizens. You will create a tool for monitoring animals and their status.

    Python