A clone version of the WhatsApp Web client frontend built with ReactJS.
This project was inspired by https://blog.rocketseat.com.br/react-material-ui/.
The live mode of the project can be found at https://gilmarllen.github.io/wpp-clone/.
node -v
v13.12.0
npm -v
6.14.4
Windows & OS X & Linux:
git clone https://github.com/gilmarllen/wpp-clone.gitsh
cd wpp-clone
npm i
npm start
The project uses ESLint to check the code style based on the airbnb JS code pattern:
npm run eslint
Default build proccess by create-react-app:
npm run build
- ReactJS - A JavaScript library for building user interfaces
- Material-ui
- Faker.js
Gilmarllen P. Miotto – [email protected]
- Fork it (https://github.com/gilmarllen/wpp-clone/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request