Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/qelli/devblog-website
- Owner: qelli
- Created: 2022-12-19T18:22:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T18:07:09.000Z (3 months ago)
- Last Synced: 2024-10-17T19:45:42.354Z (3 months ago)
- Topics: nextjs, reactjs, redux, typescript
- Language: TypeScript
- Homepage: https://k3lly.dev
- Size: 2.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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