Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adistrim/adistrimdotin
👨🏻💻 Source code of my personal website, built using Next.js
https://github.com/adistrim/adistrimdotin
mongodb nextjs portfolio shadcn-ui tailwindcss typescript
Last synced: 7 days ago
JSON representation
👨🏻💻 Source code of my personal website, built using Next.js
- Host: GitHub
- URL: https://github.com/adistrim/adistrimdotin
- Owner: adistrim
- License: mit
- Created: 2024-02-03T20:18:53.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T06:24:59.000Z (22 days ago)
- Last Synced: 2024-10-29T07:23:13.741Z (22 days ago)
- Topics: mongodb, nextjs, portfolio, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://adistrim.in
- Size: 1.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [adistrim.in](https://adistrim.in)
This is the source code of my personal/portfolio website.
Created with the following tools and frameworks:
1. [Next.js](https://nextjs.org/)
2. [TypeScript](https://www.typescriptlang.org/)
3. [Tailwindcss](https://tailwindcss.com/)
4. [Cloudflare](https://www.cloudflare.com/)
5. [MongoDB](https://www.mongodb.com/)
6. [Vercel](https://vercel.com/)Deployment URL: [www.adistrim.in](https://adistrim.in)
### Recent Update: [Blog Page](https://adistrim.in/blog) [THE COOLEST-SECTION]
The recent addition to the website is a blog page that fetches blogs from Hashnode using Hashnode's GraphQL API. This feature enables users to access my latest blog posts directly on the website.### [Changelog](https://adistrim.in/changelog) [THE SECOND COOLEST-SECTION]
The changelog section provides a list of all changes and updates made to the website. It includes details about new features, bug fixes, optimizations, and any other modifications.
## Docker Image
```bash
docker build -t adistrim .
```
_builds the docker image_```bash
docker run -d -p 3000:3000 adistrim
```
_runs the docker container_## Contributing
Contributions to the website are welcome! If you find any issues, have suggestions for improvements, or would like to add new features, feel free to open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).