DEV Community

aliplutus
aliplutus

Posted on

How to create an app like notion.so?

In notion.so app you can create any element by hitting / and it will pop up a window with all types of options like heading box or image box or table box ..etc. How can I create something like that with ReactJs?

Top comments (4)

Collapse
 
devtronic profile image
Julian Finkler

Just code it ๐Ÿ˜…

Collapse
 
aliplutus profile image
aliplutus

yeah let's code it ๐Ÿ•บ๐Ÿผ.... but I'm I beginner ๐Ÿ˜‘

Collapse
 
devtronic profile image
Julian Finkler • Edited

You'll be always a beginner in any new topic. Asking "How to create ..." is not the best way to get familiar with it. Learn the fundamentals of programming then play with it. Write a few small apps to consolidate the new knowledge. Learn, understand, use it, repeat.

To get started: roadmap.sh

Thread Thread
 
aliplutus profile image
aliplutus

yes I agree... but Im specialized in machine learning and I know how to build a website with Django, and I don't intend to learn react but I needed it to my project.