15 lines
260 B
Markdown
15 lines
260 B
Markdown
# Chat Bot Frontend
|
|
|
|
## Setup
|
|
|
|
To run
|
|
```console
|
|
npm start
|
|
```
|
|
|
|
## TODO
|
|
- [ ] Fix the refresh issue
|
|
- [ ] Make the account page work
|
|
- [ ] Make a manage user card for the account
|
|
- [ ] Get a working conversation screen
|
|
- [ ] Move the 'JWT ' to a variable |