Todo projects are boring. ReactJS has a cool Tic-Tac-Toe tutorial. The MERN Stack tutorial has a cool bug tracker application.
As an idea accumulator, I’m curious to see what are some good “getting started” projects for testing waters with a new framework.
I think it depends upon what features a particular framework is offering. I made various POC apps on different technologies, depending upon their promises.
For eg.:
And list goes on and on...
An interesting getting started project other than todo might be creating newsfeed since majority of social networking apps/sites today have some sort of feed to show content to users. Another project that might be useful could be simple login/user profile creation since it is used in almost all applications.
For me, a trello like intro would be great. I always liked to do a better TODO, and trello seems to be the right choice.
Sebastian Deutsch
React, ES6, Rails
Something with a 1..N and an N..M relation in it. I'll do a simple link boomarking where I can put links in a collection (1..N) but links also have many tags and many tags can be assigned to a link (N..M).
After that you know a lot of things:
Hope that helps.