a2hsh / chatGPT

A react app that connects to ChatGPT, providing a custom and accessible UI for using OpenAI's chat experience.
MIT License
1 stars 0 forks source link

Restyle UI using Bootstrap #3

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR restyles the UI of the chatGPT application using Bootstrap, making it more accessible and responsive. The following changes were made:

Summary of Changes

Fixes #1.


To checkout this PR branch, run the following command in your terminal:

git checkout sweep/restyle-ui-bootstrap

To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.

a2hsh commented 1 year ago

Use react-bootstrap instead of using the bootstrap library. React-bootstrap gives us bootstrap components in react style.