Timterests
You're looking at it.
Repository: https://github.com/TheTimbob/timterests.git
Timterests started as a simple project to learn several new technologies. Going in, I really wanted to make something lightweight, easy to manage, and achieve the best price to performance.
Features
- Retrieving documents from S3 as templates to present Articles and Projects.
- Dark mode: TailwindCSS is used to easily switch between light and dark mode.
- Reactivity: Semi-reactive mobile design (could be better, cards particularly).
- CD/CI: GitHub Actions is used to build and deploy the application.
Planned Features
- User authentication: AWS Cognito to manage administrator user authentication.
- Reading List: Adding a reading list of what I have read.
- Search: Search functionality for articles and projects.
Tech Stack
- Golang
- HTMX
- TailwindCSS
- AWS
- Docker