Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jatinassudaney/your-tech-mentor
Simple AI app built using NextJS 14 to ask tech related doubts to help advance in your career.
https://github.com/jatinassudaney/your-tech-mentor
ant-design gemini nextjs react-markdown reactjs typescript
Last synced: about 2 months ago
JSON representation
Simple AI app built using NextJS 14 to ask tech related doubts to help advance in your career.
- Host: GitHub
- URL: https://github.com/jatinassudaney/your-tech-mentor
- Owner: JatinAssudaney
- Created: 2024-06-25T14:35:44.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T14:43:00.000Z (7 months ago)
- Last Synced: 2024-06-25T16:21:15.852Z (7 months ago)
- Topics: ant-design, gemini, nextjs, react-markdown, reactjs, typescript
- Language: CSS
- Homepage:
- Size: 398 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tech Mentor
Simple AI app built using NextJS 14 to ask tech related doubts to help advance in your career.
## Screenshots
![Loading Preview](/assets/loading.png)
![Output Preview](/assets/output.png)## Tech Use To Code
![Gemini](https://img.shields.io/badge/Gemini-8E75B2?style=for-the-badge&logo=googlebard&logoColor=fff)
![Next.js](https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white)
![Typescript](https://img.shields.io/badge/Typescript-007acc?style=for-the-badge&labelColor=black&logo=typescript&logoColor=007acc)
![React](https://img.shields.io/badge/-React-61DBFB?style=for-the-badge&labelColor=black&logo=react&logoColor=61DBFB)
![Ant-Design](https://img.shields.io/badge/AntDesign-0170FE?style=for-the-badge&logo=antdesign&logoColor=white)
![Tailwind](https://img.shields.io/badge/Tailwind_CSS-092749?style=for-the-badge&logo=tailwindcss&logoColor=06B6D4&labelColor=000000)
![Markdown](https://img.shields.io/badge/Markdown-000000?style=for-the-badge&logo=markdown&logoColor=white)
![VSCode](https://img.shields.io/badge/Visual_Studio-0078d7?style=for-the-badge&logo=visual%20studio&logoColor=white)
![Git](https://img.shields.io/badge/Git-F05032?style=for-the-badge&logo=git&logoColor=white)
![Javascript](https://camo.githubusercontent.com/ce6d598510de1a8ecf703ff8517155cecc610a4de25491ed71310105f8a1f12b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4a6176617363726970742d4630444234463f7374796c653d666f722d7468652d6261646765266c6162656c436f6c6f723d626c61636b266c6f676f3d6a617661736372697074266c6f676f436f6c6f723d463044423446)
![HTML](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)## Getting Started
This project requires API Key for Google's Gemini, you can generate your own [apiKey](https://aistudio.google.com/app/apikey)
Create a .env file and add
```
GOOGLE_API_KEY={{your_api_key}}
```Run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.