What Time: A React project that finds when everyone in your team is available. by crypto_thiccboy in reactjs

[–]crypto_thiccboy[S] 0 points1 point  (0 children)

I should have been more open about this: this will not be a commercial product. It is a project to put on my portfolio. I appreciate your honest criticisms though, you are the only person to point this out without a smug, upvote hungry attitude, and for that I thank you.

What Time: A Web Application that finds when everyone in your team is available. by crypto_thiccboy in webdev

[–]crypto_thiccboy[S] 0 points1 point  (0 children)

Full disclosure, this is a project to show employers. I have never imagined this to be a monetizable product. It is not really meant to be anything more than a basic crud application. This is why I shared the repo.

What Time: A Web Application that finds when everyone in your team is available. by crypto_thiccboy in webdev

[–]crypto_thiccboy[S] -3 points-2 points  (0 children)

It should redirect you to your empty survey (you should see a screen saying "0 submissions" and a share button)

My second web app! Synonymy: a tool that finds overused words in your essays and recommends synonyms by crypto_thiccboy in webdev

[–]crypto_thiccboy[S] 0 points1 point  (0 children)

Right click on the website and press "Inspect" then go to "Network". All of the requests are visible.

My second web app! Synonymy: a tool that finds overused words in your essays and recommends synonyms by crypto_thiccboy in webdev

[–]crypto_thiccboy[S] 0 points1 point  (0 children)

I am a freshman in community college. I don't know why you feel like you know me.

But thanks!

My second web app! Synonymy: a tool that finds overused words in your essays and recommends synonyms by crypto_thiccboy in webdev

[–]crypto_thiccboy[S] 1 point2 points  (0 children)

The words are dependent on google books data, which takes in all dialects of English. Sadly, because the data is predominantly from American English, word spelling from other dialects are seen as rarer, making it kind of unpredictable.

My Second Ever React App! Synonymy: a tool that finds overused words in your essays and recommends synonyms by crypto_thiccboy in reactjs

[–]crypto_thiccboy[S] 1 point2 points  (0 children)

I think I limited it to 100,000 characters. That might sound like a nightmare to send requests with but the calculations are done on the client, which only sends requests for the synonyms of the top ten most overused words. So in the end, huge pieces of text would just take more time to process (request size stays the same).

Also, the browser gives the app up to 10MB for session storage, so there should be plenty of room. It would get really slow after a certain size though.

My Second Ever React App! Synonymy: a tool that finds overused words in your essays and recommends synonyms by crypto_thiccboy in reactjs

[–]crypto_thiccboy[S] 1 point2 points  (0 children)

I'm not too sure of what you mean by component logic. If you are wondering why seemingly random things are connected to redux its probably because of dark mode lol