Read it in English
Links | Projeto | Tecnologias | Instalação |
O projeto pode ser acompanhado através do link: CHATGPT - CLONE.
CHATGPT - CLONE é o projeto desenvolvido utilizando a API da OpenAI esta plataforma se consiste no clone do ChatGPT, porem com o recurso de explorar robôs de diferentes configurações.
Projeto totalmente responsivo e funcional.
- Typescript (https://www.typescriptlang.org/)
- NextJS (https://nextjs.org/)
- ReactJS (https://reactjs.org/)
- Tailwind CSS (https://tailwindcss.com/)
- OpenAI API (https://openai.com/)
- Radix UI (https://www.radix-ui.com/)
- React Icons (https://react-icons.github.io/react-icons/)
- Vercel - Hospedagem Web/Server (https://vercel.com/)
- Firebase - Hospedagem Banco de dados (https://firebase.google.com/)
- Renomeie o arquivo
.env.example
para.env
e siga as instruções e links no arquivo - Instale o projeto rodando o comando
npm install
,yarn install
oupnpm install
no seu terminal - Inicie o servidor da web em outro terminal, rodando
npm run dev
,yarn dev
oupnpm dev
no seu terminal - Para utilizar o aplicativo web, basta abrir http://localhost:3000 em algum browser
- Faça um fork desse repositório;
- Crie um branch para a sua feature:
git checkout -b minha-feature
; - Faça um commit com suas alterações:
git commit -m 'feat: Minha nova feature'
; - Faça um push para a sua branch:
git push origin minha-feature
; - Faça um pull request com sua feature;
Pull requests são sempre bem-vindos. Em caso de dúvidas ou sugestões, crie uma issue ou entre em contato comigo.
English version
Links | Project | Technologies | Installation |
The project can be followed through the link: CHAT GPT - CLONE.
CHAT GPT - CLONE is the project developed using the OpenAI API. This platform is a ChatGPT clone, but with the ability to explore robots of different configurations.
Fully responsive and functional design.
- Typescript (https://www.typescriptlang.org/)
- NextJS (https://nextjs.org/)
- ReactJS (https://reactjs.org/)
- Tailwind CSS (https://tailwindcss.com/)
- OpenAI API (https://openai.com/)
- Radix UI (https://www.radix-ui.com/)
- React Icons (https://react-icons.github.io/react-icons/)
- Vercel - Web/Server Host (https://vercel.com/)
- Firebase - Data Base Host (https://firebase.google.com/)
- Rename the
.env.example
file to.env
and follow the instructions and links in the file - Install the project by running
npm install
,yarn install
orpnpm install
in your terminal - Start the web server in another terminal by running
npm run dev
,yarn dev
orpnpm dev
- To use the web application, just open http://localhost:3000 in some web browser
- Do a fork of that repository;
- Create a branch for your feature:
git checkout -b my-feature
; - Make a commit with your changes:
git commit -m 'feat: My new feature'
; - Make a push to your branch:
git push origin my-feature
; - Make a pull request with your feature;
Pull requests are always welcome. If you have any questions or suggestions, please create an issue or contact me.