We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a028f4f commit dbe6ad4Copy full SHA for dbe6ad4
README.md
@@ -33,7 +33,8 @@ A short example of what an AI IDE (in this case [Cursor](https://www.cursor.com/
33
The application is a todo list application.
34
35
It is written in Go application with a simple REST API and a simple
36
-frontend in JavaScript.
+frontend in JavaScript. I have chosen Go because it is easy to understand, and
37
+I have chosen JavaScript because everyone knows it.
38
39
The frontend is in the `internal/js` folder and is a simple single page
40
application that allows you to add todos to the todo list. The JavaScript
0 commit comments