Commit Graph

  • aa753329da
    Updated to work with the latest ChatGPT model (#9) main Cristian Castro Oliva 2024-05-01 20:20:05 -0700
  • 0397f1afb4 FIXED: The Formatting issue with the chat boxes #9 Castro19 2024-03-12 10:40:50 -0700
  • d3c2f3d1f4 Started an LLM Project for CalPoly LAEP that will use LLMS Castro19 2024-03-12 09:51:52 -0700
  • 6d93756441
    update README.md Sushant Dhimal 2023-04-24 22:12:43 +0545
  • 1650a7ccea fix(routing): replace href with to attribute in Link and handle minor css issue sushant dhimal 2023-03-19 22:14:35 +0545
  • 045267de5d
    Create Clone gpt #5 Nabil Bout 2023-03-19 13:53:29 +0000
  • f43b4d783d Merge branch 'main' of https://github.com/dhiant/react-chatGPT-clone sushant dhimal 2023-03-19 00:19:15 +0545
  • 37184795fd add: add new user to firebase database sushant dhimal 2023-03-18 22:32:30 +0545
  • 052bf530d1
    add: add buymeacoffee link in README.md Sushant Dhimal 2023-03-17 13:41:31 +0545
  • 107e676556 feat: create BuyMeACofeeButton component and mangage navlinks position sushant dhimal 2023-03-17 13:37:54 +0545
  • 8169bfaf5b style: solve sticky hover state on submit button sushant dhimal 2023-03-16 19:42:00 +0545
  • d5f966f1f6 feat: create NavContent and NavLinksContainer sushant dhimal 2023-03-16 15:04:50 +0545
  • 0d92da9446 add: logout functionality in larger devices - add logout functionality in devices with width > 1024px sushant dhimal 2023-03-16 14:25:52 +0545
  • 07697f7ae1 style: improve minor css in form sushant dhimal 2023-03-15 12:23:08 +0545
  • 501cc4367b feat: create loginform and add signin functionality using firebase sushant dhimal 2023-03-15 12:21:37 +0545
  • 5bfac6f353 fix(netlify routing): solve page not found error sushant dhimal 2023-03-15 00:34:11 +0545
  • cd5b7acbae add: add signup functionality using fireabase -signup with email and password -signup with goggle account sushant dhimal 2023-03-14 23:41:52 +0545
  • b9394e0e4d fix: fix context API issue -wrap the entire app with context provider component -pass the context with the provider value sushant dhimal 2023-03-14 23:40:12 +0545
  • c947e488cc add .env to .gitignore sushant dhimal 2023-03-14 00:13:36 +0545
  • 085335589a feat: add firebase and react router to the project -create login form to authenticate user using firebase sushant dhimal 2023-03-13 23:59:21 +0545
  • 9600e17139 feat: create home page -shift code from app.js file to home page -create two page i.e. home and login page sushant dhimal 2023-03-12 23:57:09 +0545
  • 81c6144173 feat: create login page and define css variables sushant dhimal 2023-03-11 22:50:19 +0545
  • 947def57d1 style: adjust send button icon size and padding sushant dhimal 2023-03-10 22:09:35 +0545
  • 7a456003af feat: add submit button in form sushant dhimal 2023-03-10 21:52:22 +0545
  • 902515a23a add: hide keyboard on mobile device on form submission sushant dhimal 2023-03-09 22:16:47 +0545
  • e58fe2d745 add: prevent form submitting until previous prompt's reponse arrive sushant dhimal 2023-03-07 17:16:00 +0545
  • 47578f9cb0 add: prevent empty input to set and call API sushant dhimal 2023-03-07 16:39:31 +0545
  • 4eaf4372b9 feat: update READMe.md with clear instructions guide sushant dhimal 2023-03-06 11:41:22 +0545
  • f9027a45ba feat: add liscence and update README.md sushant dhimal 2023-03-06 11:40:31 +0545
  • 33a58ddc3d feat(href): generate unique id and href in navPrompt & chatLog classes to create a link sushant dhimal 2023-03-05 21:11:41 +0545
  • 0f525fbaad feat(auto-scroll): use of ScrollIntoView function to automate scrollbar and adjust stop/regenerate position sushant dhimal 2023-03-05 17:18:19 +0545
  • eedb8eff02 feat(button): add stop or regenerate response button sushant dhimal 2023-03-04 22:17:25 +0545
  • 43e7e50832 Merge branch 'main' of https://github.com/dhiant/react-chatGPT-clone sushant dhimal 2023-02-01 10:36:53 +0545
  • b2a1583105 feat(intro content): add typewriter effect to intro text - use botresponse component inside introsection component to show typewriter effect sushant dhimal 2023-02-01 10:36:44 +0545
  • 74b04cf632 docs(readme): add initial version of README.md Sushant Dhimal 2023-01-31 23:43:19 +0545
  • 543ba88e26 feat: add landing page content - brief description of the app - a list of features sushant dhimal 2023-01-31 23:00:40 +0545
  • 7c85b1fc57 add: introduce bot response component -implement auto typing effect for bot response sushant dhimal 2023-01-20 16:06:57 +0545
  • f22d9a955c update: update express server configuration to use remote URL sushant dhimal 2023-01-19 21:00:18 +0545
  • 8a1267895b organize: reorganize project file structure sushant dhimal 2023-01-19 18:41:55 +0545
  • bf4c7bc67a style: use pre tag to preserve white space in bot response sushant dhimal 2023-01-12 22:47:50 +0545
  • 1b442fccee feat: add nav links - add open AI discord link, updates and FAQ link - allow all conversations clear sushant dhimal 2023-01-11 15:18:44 +0545
  • c2bff8413a feat: update favicon, logo and website name sushant dhimal 2023-01-11 13:14:17 +0545
  • 39a45afe01 fix: fix client-side error: Failed to Fetch - The error occurred when there is no bot response - add a error message sushant dhimal 2023-01-09 23:25:32 +0545
  • 96ef864800 style: animate nav prompt and bot message and fix navprompt box model sushant dhimal 2023-01-07 08:21:28 +0545
  • 2b46cfce6b add: add react-spinner - use react-spinner pkg to show loading spinner until bot will reply sushant dhimal 2023-01-06 23:29:37 +0545
  • 76fb98f113 refactor: move states into array -remove states chatPrompt and botMessage -add these states as object in chatLog array sushant dhimal 2023-01-05 22:27:31 +0545
  • 0825807cc8 style: customize scrollbar sushant dhimal 2023-01-05 22:14:12 +0545
  • d30ab6a40a add .env file to .gitigonre sushant dhimal 2023-01-04 11:15:50 +0545
  • 0c5b15c34e add: install dotenv library to load open ai api key sushant dhimal 2023-01-04 09:55:26 +0545
  • 1b3b4718ed add: connect frontend to backend sushant dhimal 2023-01-04 00:41:51 +0545
  • 8d6b427efd add: configure open ai and get api key sushant dhimal 2023-01-02 23:41:33 +0545
  • 85ab638bec feat: add header, nav section and create avatar sushant dhimal 2023-01-01 23:07:03 +0545
  • 9a2bca1ca1 feat: initial commit and create a basic layout Sushant Dhimal 2022-12-29 21:57:05 +0545
  • 6a40bf7a98 Initialize project using Create React App Sushant Dhimal 2022-12-28 23:26:00 +0545