DEV Community

Discussion on: I just published my new side project

Collapse
 
isarisariver profile image
Marian

Thanks! I found the icons on svgrep.com.

The demo and landing page are built with React and hosted on Heroku. That's the only way I know at the moment to deploy a React app, I haven't tried Firebase so far :).
If you are learning React I highly recommend fullstackopen.com. They also explain how to deploy a React app to Heroku. If you have any questions about it, let me know!

Apart from the two libraries mentioned in the post I only used React Router, so that the url changes when you switch between Home and Try the Demo.

I am planning to use Auth0 for authentication. It's free up to 7.000 users and easy to set up. They have a sample app for React that you can download and play with. Again, if you have any questions, just let me know.

Collapse
 
braydentw profile image
Brayden W āš”ļø

Thanks for the advice and resources. Iā€™m actually using Firebase to deploy the Frontend and heroic for the API/backend. It works pretty well.

Best of wishes!