Tweeter is a clone of Twitter where you can create tweets, each user can create,edit and delete their tweets.
You can install Tweeter in your computer because is a Progressive Web App (PWA)
Has been developed using CI/CD with Github Actions, SonarCloud and Netlify.
The main goal of this project is to have a 100% coverage in the tests and a good quality code. During the development each new feature have been tested and this is the way that i have been able to achieve the 100% coverage.
You can see the project deployed in Netlify
If you dont want to register you can use this user to test the app:
- Email: adria@gmail.com
- Password: 1234567890
Tweeter is a full stack project, you can see the backend project .
- Filter tweets by category
- Delete and edit tweets if you are the author
- Secure authentication with Json Web Token
To run the project you need to clone the repository and install the dependencies with the following commands:
npm installTo run the project in development mode you can use the following command:
npm start




