Welcome to the Chatbot project! This is a Next.js application that implements a chatbot interface using React and styled-components.
This project is built with the following technologies:
- Next.js: A React framework for building server-side rendered applications.
- React: A JavaScript library for building user interfaces.
- styled-components: A library for writing CSS in JavaScript.
Make sure you have Node.js installed on your machine. You can check your version with:
Run this commandline
- node -v
- git clone https://github.com/chiholiu10/chatbot.git
- cd chatbot
- npm install
- npm run dev