This project developed using the following technology.
- Reactjs
- Vitejs
- Typescript
- Material UI
- Redux toolkit
- React-router
- Jest
- React-testing-library
- Check live preview here
This project welcomes contributions and suggestions.
Fetch project to your repository
git clone git@github.com:{your-github-username}/chat-app.git
cd path/to/project/chat-app
# upstream remote
git remote add upstream git@github.com:Nelsonfrank/chat-app.git
# origin remote
git remote add orign git clone git@github.com:{your-github-username}/chat-app.git
Push changes to your fetched repo and then make pull request again origin repo dev branch.
And use upstream remote to update your local repo with recent dev branch
# Update your local branch to sync with dev branch
git pull --rebase upstream dev