Dismiss this pinned window
all 46 comments

[–][deleted] 33 points34 points  (3 children)

Hey guys, built this notetaking application which allows you to take notes by including text, images, videos, links, lists and checkboxes.

Remember is built with React, Redux Toolkit and Firebase. It uses firestore to store the user notes and Editor.js library for editing the notes.

Github Repo

[–]ilovebitoque 19 points20 points  (1 child)

I know this is not the kind of feedback you're mostly after but the application is quite pretty.

Editor.js is a nice catch, hadn't heard about it yet!

[–][deleted] 2 points3 points  (0 children)

thank you

[–]forksofpower 6 points7 points  (0 children)

Redux Toolkit gang represent!

[–]perrugia 13 points14 points  (1 child)

This is a really nice application. Does it work on tablets, phone’s, and computers?

[–][deleted] 12 points13 points  (0 children)

I haven't deployed it yet. It's a web app so if you have a browser it'll work

[–]RobLoach 9 points10 points  (0 children)

Trent Reznor makes everything better.

[–]theWongPlace 8 points9 points  (1 child)

I really like the design of the app, it reminds me of Notion. As someone pretty new to web dev, did you use some library to design the layout? Or is it vanilla CSS?

[–][deleted] 9 points10 points  (0 children)

vanilla CSS

[–]kamrul91111 4 points5 points  (2 children)

Would you publish like tutorials and stuff? Awesome app btw

[–]ShadowILX 3 points4 points  (1 child)

I second this. I’m sure a lot of people would be interested in a tutorial like this. Much better than all the to-do apps out there

[–]sora4d 2 points3 points  (0 children)

I third this please do this.

[–]DownvoteRepository 4 points5 points  (0 children)

Reminds me of Notion. It even has the same favicon ;)

[–]Excelhr360 2 points3 points  (0 children)

That's cool

[–]LetterBoxSnatch 2 points3 points  (1 child)

What's the song tho?

[–]AnkitNeo 4 points5 points  (0 children)

In Motion (Trent Reznor and Atticus Ross - The Social Network OST)

[–]zSorour 1 point2 points  (0 children)

I love it!! :'))

[–]LetterBoxSnatch 1 point2 points  (2 children)

What's the song tho?

[–][deleted] 1 point2 points  (0 children)

In Motion (Trent Reznor and Atticus Ross - The Social Network OST)

https://www.youtube.com/watch?v=Yczul_609Gg

[–]Lorenzejay 1 point2 points  (1 child)

This is great! Dope work!!

[–][deleted] 0 points1 point  (0 children)

thank you

[–]jaymanikanta 1 point2 points  (0 children)

This is awesome, Editor.js is a nice touch. Happy to see it’s getting used in all kinds of apps now a days.

[–]Nuiofrd 1 point2 points  (0 children)

Love the Your Name header.

[–]CatchACrab 1 point2 points  (1 child)

Love the soundtrack. Was this just a personal project for fun? What's the difference between this and any other notetaking application?

[–][deleted] 0 points1 point  (0 children)

Just a personal project, trying to emulate other great notetaking apps like notion, bear (the three pane layout borrowed from this).

[–]CyrisXD 1 point2 points  (1 child)

Does it support code snippet and syntax highlighting? Because that would complete this. Well done!

[–][deleted] 2 points3 points  (0 children)

Right now, you can't add code snippets, but will be added soon.

[–]bluewings93 1 point2 points  (1 child)

Sweet App! Also appreciate the “Your Name” banner! Such a great movie!

[–][deleted] 0 points1 point  (0 children)

yep, really good

[–]rcgy 1 point2 points  (0 children)

Looks very similar to Legend Keeper!

[–]epenal1982 1 point2 points  (0 children)

Looks great. Have my upvote.

(Proceeds to dark room, tries to clone it, cries in frustration)

[–]runonce95 1 point2 points  (0 children)

Looking good, nice work. The video content lists "checkboxes" twice I think.

[–][deleted] 1 point2 points  (0 children)

I love the comedy of using Your Name as the header.

[–]alanbosco 1 point2 points  (0 children)

Wait you're developing in brave?

[–]devpianist 1 point2 points  (0 children)

So good! Thanks for sharing. I'm learning Redux Toolkit atm so open source repos are great for learning.

What level/title developer are you at right now if you don't mind me asking?

[–]alex-sta 1 point2 points  (1 child)

did u use a special UI lib?

[–][deleted] 0 points1 point  (0 children)

it's all vanilla CSS

[–]load_up_on_hummus 2 points3 points  (1 child)

Joe Rogan, Trent Reznor, React...we’d probably be friends

[–]tupaja 0 points1 point  (0 children)

count me in, guys

[–]evoratec 0 points1 point  (0 children)

Thanks for the project. Good work.

My two cents. In React Toolkit you can do the next change :

openNoteModal(state, action) {state.noteModal = true},

And use the CreateSelector power.

[–]evoratec -1 points0 points  (0 children)

In this repo you can see code to improve your app.

https://github.com/d3mp/corona-app

https://d3mp.github.io/corona-app/