This shows you the differences between two versions of the page.
se:labs:08 [2024/12/02 22:00] ilie_cristian.sandu [Overview] |
se:labs:08 [2024/12/02 22:13] (current) ilie_cristian.sandu [Tasks] |
||
---|---|---|---|
Line 419: | Line 419: | ||
====Overview==== | ====Overview==== | ||
- | V0 is a visual development platform that enables rapid prototyping and development of user interfaces. It allows developers and designers to create UI components visually, reducing the need for manual coding of UI elements. | + | [[https://v0.dev/chat|V0]] is a visual development platform that enables rapid prototyping and development of user interfaces. It allows developers and designers to create UI components visually, reducing the need for manual coding of UI elements. |
{{:se:labs:v0-1.png?700|V0}} | {{:se:labs:v0-1.png?700|V0}} | ||
Line 443: | Line 443: | ||
====Overview==== | ====Overview==== | ||
- | Cursor is an AI-powered Integrated Development Environment (IDE) designed to enhance developer productivity through intelligent code suggestions and assistance. Cursor uses machine learning models to provide context-aware code completions, refactoring suggestions, and error detection. | + | [[https://www.cursor.com/|Cursor]] is an AI-powered Integrated Development Environment (IDE) designed to enhance developer productivity through intelligent code suggestions and assistance. Cursor uses machine learning models to provide context-aware code completions, refactoring suggestions, and error detection. |
{{:se:labs:cursor-1.png?700|Cursor landing page}} | {{:se:labs:cursor-1.png?700|Cursor landing page}} | ||
Line 468: | Line 468: | ||
====Overview==== | ====Overview==== | ||
- | GitHub Copilot is an AI-powered code completion tool developed by GitHub in collaboration with OpenAI. It uses OpenAI's Codex model, which is trained on a vast dataset of public code repositories, to provide code suggestions and generate code snippets based on comments and existing code. | + | [[https://github.com/features/copilot|GitHub Copilot]] is an AI-powered code completion tool developed by GitHub in collaboration with OpenAI. It uses OpenAI's Codex model, which is trained on a vast dataset of public code repositories, to provide code suggestions and generate code snippets based on comments and existing code. |
+ | {{:se:labs:ghcopilot-1.png?700|GitHub copilot}} | ||
====History==== | ====History==== | ||
Line 508: | Line 509: | ||
=====Tasks===== | =====Tasks===== | ||
- | - Download the generated project se-lab8-tasks.zip (and run **//npm install//** and **//npm run dev//**) | + | - Download the generated project {{:se:labs:se-lab8-tasks.zip|se-lab8-tasks.zip}} (and run **//npm install//** and **//npm run dev//**) |
- Use **V0** to design the frontend of your chat application. | - Use **V0** to design the frontend of your chat application. | ||
- Implement the chat logic with help from **Cursor** / **V0** / **Chat GPT** or other tools. | - Implement the chat logic with help from **Cursor** / **V0** / **Chat GPT** or other tools. | ||
- | - Integrate the **ChatGPT API** to generate responses. | + | - Integrate the [[https://platform.openai.com/docs/api-reference/introduction|ChatGPT API]] to generate responses. |
- Add a privacy policy/terms of service to your application using a **generative AI tool**. | - Add a privacy policy/terms of service to your application using a **generative AI tool**. | ||
- **Bonus**: Use AI generated images for your chatbot avatar. | - **Bonus**: Use AI generated images for your chatbot avatar. |