π©π½βπ€βπ§πΌ Simple social media app to visualize, add and remove friends
For now, it's simply a list of friends rendered with React π€·ββ
π Try it out here: social-media-next.vercel.app
- β Discover Next.js: Configure, deploy, use Routes, Next.js Components
- Practice React:
- π§ write a simple social media app that allows you to add/remove friends
- π§ create an 'admin' panel to visualize all the friendships
- π§ Practise MongoDB: permanently save/update friendships in a MongoDB database
- π§ Create an API with Next.js to query the friendships database, and use it in the React pages