Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d-exclaimation/exclaimation-dev
Codebase rewritten and moved to d-exclaimation repo (Previously server-side rendered personal website)
https://github.com/d-exclaimation/exclaimation-dev
blog graphql-client netlify nextjs react ssr typescript urql webapp website
Last synced: about 5 hours ago
JSON representation
Codebase rewritten and moved to d-exclaimation repo (Previously server-side rendered personal website)
- Host: GitHub
- URL: https://github.com/d-exclaimation/exclaimation-dev
- Owner: d-exclaimation
- Created: 2021-02-17T19:18:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T11:09:15.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T19:58:39.217Z (over 1 year ago)
- Topics: blog, graphql-client, netlify, nextjs, react, ssr, typescript, urql, webapp, website
- Language: TypeScript
- Homepage: https://github.com/d-exclaimation/d-exclaimation
- Size: 70 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# exclaimation
Updated personal website / app using SSR with [`nextjs`](https://github.com/vercel/next.js/)
![Preview](public/images/preview-web.png)
### Front-end stack
### Tech Stackfor the entire thing (at least the thing I want to use)
> 1. React
> 2. Typescript
> 3. Go
> 4. Postgres
> 5. GraphQL```ts
const app = (): void => {
console.log(`Thanks for checking this out, ${you}!`);
};
```