A twitter-based application built with React, Typescript, TailwindCSS & ESLint!
💬 Post
- Create
- Share
- Quote
🏠 Home Page
- All Posts
- Following Posts
🧔 User Profile
- Posts Count
- Followers
- Following
- Follow/Unfollow
- Create Post
- Node (16.14)
- Yarn
- In the root folder, run
docker-compose up
- Open your browser in http://localhost:3000
- That's it, have fun
You'll need two terminal screens to do it
- On the first one, run
yarn start-server
- On the second one, run
yarn start-client
- Open your browser at http://localhost:3000
- That's it, have fun
The project was built using Jest and React TestingLibrary.
TDD was used on a few files as an example, due time restrictions I did not add tests to other files.
To run the tests, execute:
yarn test