This open source project was made with:
- Reactjs
- Redux
- Tailwind
- Jest/Enzyme
- To run this project, you must have the latest version of nodejs and install the backend
Begin by cloning this repository to your machine, and installing all NPM dependencies.
git clone https://github.com/lupanvi/react-twitter-frontend.git
cd react-twitter-frontend
npm install && npm run devInstall the backend for this project: react-twitter-backend
git clone https://github.com/lupanvi/react-twitter-frontend.git
cd react-twitter-frontend
npm install && npm run devNext, boot up a server and visit your laragram frontend app.
npm run start- Visit:
http://localhost:8080/loginand write the demo credentials: user: demo@gmail.com , password: 12345678 , and press the login button - You will be redirected to the home page, where you can see all the tweets



