Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kts-o7/my-portfolio-website
This project is aimed to be developed using prompted replies of LLMs
https://github.com/kts-o7/my-portfolio-website
frontend learning-by-doing nextjs portfolio portfolio-site portfolio-website react reactjs typescript vercel website
Last synced: 8 days ago
JSON representation
This project is aimed to be developed using prompted replies of LLMs
- Host: GitHub
- URL: https://github.com/kts-o7/my-portfolio-website
- Owner: KTS-o7
- License: mit
- Created: 2024-01-06T05:13:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T16:07:16.000Z (5 months ago)
- Last Synced: 2024-06-27T19:30:31.231Z (5 months ago)
- Topics: frontend, learning-by-doing, nextjs, portfolio, portfolio-site, portfolio-website, react, reactjs, typescript, vercel, website
- Language: TypeScript
- Homepage: https://krishnatejaswi-s.vercel.app
- Size: 7.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio Website
Welcome to the digital showcase of a passionate software developer. This portfolio website is designed to highlight the skills, projects, and professional background of the developer, providing a glimpse into their journey in the field of software development.
## Navigation
The site is structured with a clear and intuitive navigation menu, featuring sections for:
- **Home**: An introduction to the developer and their passion for coding and problem-solving.
- **About**: A detailed overview of the developer's expertise, including their proficiency in various programming languages and technologies.
- **Projects**: A curated collection of projects that the developer has worked on, showcasing a range of skills and technologies.
- **Contact**: A section for visitors to reach out for opportunities, questions, or simply to connect.## About
The About section introduces the developer, emphasizing their passion for coding and problem-solving. It highlights the developer's expertise in various programming languages and technologies, including a focus on modern technologies such as Langchain, Streamlit, and Next.js. This section serves as a testament to the developer's ability to build high-quality software solutions and applications.
## Projects
The Projects section is a curated collection of projects that the developer has worked on, showcasing a range of skills and technologies. Each project is accompanied by a link to its GitHub repository, allowing visitors to explore the code and learn more about the technologies and methodologies used.
## Contact
The Contact section provides a way for visitors to reach out for opportunities, questions, or simply to connect. The developer's contact information is provided, facilitating direct communication.
## Conclusion
This portfolio website serves as a comprehensive platform to understand the developer's technical skills, project experiences, and approach to software development. It is an excellent resource for potential employers or collaborators, offering insights into the developer's capabilities and areas of expertise.
## Badges
![GitHub Languages](https://img.shields.io/github/languages/count/KTS-o7/my-portfolio-website)
![GitHub Last Commit](https://img.shields.io/github/last-commit/KTS-o7/my-portfolio-website)
![GitHub Contributors](https://img.shields.io/github/contributors/KTS-o7/my-portfolio-website)
![GitHub top language](https://img.shields.io/github/languages/top/KTS-o7/my-portfolio-website)
![GitHub](https://img.shields.io/github/license/KTS-o7/my-portfolio-website)
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FKTS-o7%2Fmy-portfolio-website&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)## Features
- With Email feature
- Modern Looking
- Ready for customization
- Cross platform## Run Locally
Clone the project
```bash
git clone https://github.com/KTS-o7/my-portfolio-website.git
```Go to the project directory
```bash
cd my-portfolio-website
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run dev
```## Tech Stack
**Client:** React, Typescript, TailwindCSS, NextJS
**Note:** This is a portfolio website developed mostly by prompting LLMs like ChatGPT and BingGPT.
## Support
For support, email [email protected]
## Acknowledgements
- [Awesome Readme Templates](https://awesomeopensource.com/project/elangosundar/awesome-README-templates)
- [Awesome README](https://github.com/matiassingers/awesome-readme)
- [How to write a Good readme](https://bulldogjob.com/news/449-how-to-write-a-good-readme-for-your-github-project)## Authors
- [@KTS-o7](https://www.github.com/KTS-o7)
## Demo
You can get a live Demo here - [Portfolio Website](https://krishnatejaswi-s.vercel.app/)
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.