Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qelli/devblog-website

An attempt on having a blog/portfolio.
https://github.com/qelli/devblog-website

nextjs reactjs redux typescript

Last synced: 15 days ago
JSON representation

An attempt on having a blog/portfolio.

Awesome Lists containing this project

README

        

# Portfolio Website

A WIP project I am using to share relevant knowledge I've obtained through the years.

## Built with

- TypeScript
- React (v18)
- Redux
- Next.js

## Environment variables

`GITHUB_TOKEN`: A private token from GitHub to authenticate against GitHub's API and retrieve assets on build time.

## Configuration

The file `next.config.js` contains a few environment variables used to clone the DevBlog repository containing all the articles. This file should be modified based on the environment.

## Pending tasks

- [ ] Implement shortener API (sharing)
- [ ] Refactor `` component
- [ ] Unify `.scss` files (not critic)
- [ ] Cleanse `/components/` folder