Commit Graph

25 Commits

Author SHA1 Message Date
sushant dhimal 33a58ddc3d feat(href): generate unique id and href in navPrompt & chatLog classes to create a link 2023-03-05 21:11:41 +05:45
sushant dhimal 0f525fbaad feat(auto-scroll): use of ScrollIntoView function to automate scrollbar and adjust stop/regenerate position 2023-03-05 17:18:19 +05:45
sushant dhimal eedb8eff02 feat(button): add stop or regenerate response button 2023-03-04 22:17:25 +05:45
sushant dhimal 43e7e50832 Merge branch 'main' of https://github.com/dhiant/react-chatGPT-clone 2023-02-01 10:36:53 +05:45
sushant dhimal b2a1583105 feat(intro content): add typewriter effect to intro text
- use botresponse component inside introsection component to show typewriter effect
2023-02-01 10:36:44 +05:45
Sushant Dhimal 74b04cf632 docs(readme): add initial version of README.md 2023-01-31 23:43:19 +05:45
sushant dhimal 543ba88e26 feat: add landing page content
- brief description of the app
- a list of features
2023-01-31 23:00:40 +05:45
sushant dhimal 7c85b1fc57 add: introduce bot response component
-implement auto typing effect for bot response
2023-01-20 16:06:57 +05:45
sushant dhimal f22d9a955c update: update express server configuration to use remote URL 2023-01-19 21:00:18 +05:45
sushant dhimal 8a1267895b organize: reorganize project file structure 2023-01-19 18:41:55 +05:45
sushant dhimal bf4c7bc67a style: use pre tag to preserve white space in bot response 2023-01-12 22:47:50 +05:45
sushant dhimal 1b442fccee feat: add nav links
- add open AI discord link, updates and FAQ link
- allow all conversations clear
2023-01-11 15:18:44 +05:45
sushant dhimal c2bff8413a feat: update favicon, logo and website name 2023-01-11 13:14:17 +05:45
sushant dhimal 39a45afe01 fix: fix client-side error: Failed to Fetch
- The error occurred when there is no bot response
- add a error message
2023-01-09 23:25:32 +05:45
sushant dhimal 96ef864800 style: animate nav prompt and bot message and fix navprompt box model 2023-01-07 08:21:28 +05:45
sushant dhimal 2b46cfce6b add: add react-spinner
- use react-spinner pkg to show loading spinner until bot   will reply
2023-01-06 23:29:37 +05:45
sushant dhimal 76fb98f113 refactor: move states into array
-remove states chatPrompt and botMessage
-add these states as object in chatLog array
2023-01-05 22:27:31 +05:45
sushant dhimal 0825807cc8 style: customize scrollbar 2023-01-05 22:14:12 +05:45
sushant dhimal d30ab6a40a add .env file to .gitigonre 2023-01-04 11:15:50 +05:45
sushant dhimal 0c5b15c34e add: install dotenv library to load open ai api key 2023-01-04 09:55:26 +05:45
sushant dhimal 1b3b4718ed add: connect frontend to backend 2023-01-04 00:41:51 +05:45
sushant dhimal 8d6b427efd add: configure open ai and get api key 2023-01-02 23:41:33 +05:45
sushant dhimal 85ab638bec feat: add header, nav section and create avatar 2023-01-01 23:07:03 +05:45
Sushant Dhimal 9a2bca1ca1 feat: initial commit and create a basic layout 2022-12-29 21:57:05 +05:45
Sushant Dhimal 6a40bf7a98 Initialize project using Create React App 2022-12-28 23:26:00 +05:45