[PART 24] Create a Twitter clone with GraphQL, Typescript, and React ( rethinking the timeline )May 29, 2023·4 min read
[PART 23] Create a Twitter clone with GraphQL, Typescript, and React ( followers suggestions)May 6, 2023·3 min read
[PART 25] Create a Twitter clone with GraphQL, Typescript, and React ( user's tweets page )Hi everyone ;). As a reminder, I'm doing this Tweeter challenge Github repository ( Backend ) Github repository ( Frontend ) Db diagram Backend Having had much less time to work on this challenge, I won't detail everything I did ;). I'll let you go ...May 30, 2023·5 min read
[PART 22] Create a Twitter clone with GraphQL, Typescript, and React ( media upload)May 1, 2023·9 min read
[PART 21] Create a Twitter clone with GraphQL, Typescript, and React ( comments, trending hashtags )Apr 30, 2023·6 min read
[PART 20] Create a Twitter clone with GraphQL, Typescript, and React ( Retweet )Hi everyone ;). As a reminder, I'm doing this Tweeter challenge Github repository ( Backend ) Github repository ( Frontend ) Db diagram Backend I decided to simplify the way I was going to handle retweets. Retweets will be handled like "likes". So I'...Apr 29, 2023·5 min read
[PART 19][Frontend] Creating a Twitter clone with GraphQL, Typescript, and React ( link's preview, add tweets )Hi everyone ;). As a reminder, I'm doing this Tweeter challenge Github repository ( Backend ) Github repository ( Frontend ) Db diagram Link's preview ( Frontend ) Let's start with the form to send a tweet. src/components/tweets/TweetForm.tsx import...Apr 28, 2023·7 min read
[PART 18][Backend] Create a Twitter clone with GraphQL, Typescript, and React ( hashtags, link's preview )Hi everyone ;). As a reminder, I'm doing this Tweeter challenge Github repository ( Backend ) Github repository ( Frontend ) Db diagram Hashtags Adding a tweet is quite a lot of work actually :D. I wanted to quickly add a form in the frontend and sta...Apr 26, 2023·6 min read
[PART 17][Frontend] Create a Twitter clone with GraphQL, Typescript, and React ( Navbar )Hi everyone ;). As a reminder, I'm doing this Tweeter challenge Github repository ( Backend ) Github repository ( Frontend ) Db diagram Navbar According to the design, there are two different navbars. One for the desktop and another one for mobile wi...Apr 25, 2023·4 min read
[PART 16] Create a Twitter clone with GraphQL, Typescript, and React ( Tweets timeline )Hi everyone ;). As a reminder, I'm doing this Tweeter challenge Github repository ( Backend ) Github repository ( Frontend ) Db diagram Feed While working on the feed, I noticed that I was doing too many SQL requests. I decided to delete the "counts"...Apr 23, 2023·6 min read
[ PART 15 ][Frontend] Create a Twitter clone with GraphQL, Typescript, and React ( Authentication )Hi everyone ;). As a reminder, I'm doing this Tweeter challenge Github repository Db diagram Before starting to code, I'd like to discuss the way I will implement the authentication for now. I wanted to focus on GraphQL for this project so I didn't w...Apr 21, 2023·10 min read