Another project for my Portfolio: an AI Application! This will be a clone of ChatGPT, the most famous AI in the world(2023). This clone can answer any questions up to 3000 tokens.
● NodeJS for the server side;
● Responsive layout with CSS3;
● Handle events with JavaScript;
● Render Markdown from strings;
● Prism for code highlighting;
● Make API requests;
● Write clean code.
First, do npm install in the client folder, then:
npm run start - in the server folder.
npm run dev = in the client folder.