4
1 Comment

What are some ideas to implement using Nodejs/React + Redux?

Hello everyone,
I've just finished the front-end development course in freeCodeCamp and now I'm looking for some ideas which help me practice my full-stack skills with Nodejs, React, and Redux. Can you suggest to me some interesting ideas like that?
Thank you !!!

on July 6, 2021
  1. 2

    If you just want to practice/learn then just make an extremely simple version of something.

    • Twitter but limited to tweeting and following
    • A URL shortener
    • A basic blog engine
    • An image optimizer (there are libraries you can download to optimize images, so this would be an exercise in building a site that allows users to upload an image and download an optimized version)