Skip to content
View ce-krause's full-sized avatar
👋
👋

Highlights

  • Pro
Block or Report

Block or report ce-krause

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
ce-krause/README.md

cekrause

This website was developed with the purpose of being my professional portfolio. In addition to the usual functionalities of a portfolio, it also serves as an example of clean and well-structured code, following best practices and conventions of both the language and the architecture and infrastructure of Next.js.

Usage

Run the following commands in your terminal to run the project locally:

git clone https://github.com/ce-krause/cekrause.git
cd cekrause
pnpm i
pnpm dev

Create a .env file similar to .env.example.

API

The application counts with an endpoint that receives an GitHub's username and return the public repositories with at least one language of the respective user.

https://cekrause.vercel.app/api/repositories/CUSTOM_USER

Replace CUSTOM_USER with the desired user.

Pinned

  1. ce-krause ce-krause Public

    A full-stack developer's portfolio.

    TypeScript