DEV Community

Discussion on: suggestion me nodejs application that can i developed as beginner

Collapse
 
jvarness profile image
Jake Varness

There's always the classic TODO app:

redux.js.org/basics/example/
pusher.com/tutorials/todo-app-reac...
codingthesmartway.com/the-mern-sta...

You can get as full-stack as you want, and you can implement a simple REST API that supports CRUD operations. Pretty good start.

Collapse
 
muhammadrahman647 profile image
Muhammad Rahman

Thank you very much