DEV Community

Cover image for React Comments App
Mario Rodeghiero
Mario Rodeghiero

Posted on

4 1

React Comments App

React Comments App

A simple comment system, built with ReactJS, integrated with Firebase, using authentication and real-time database, based on the DevReactJS Devpleno course.

Site: react-comments-app
comments

Prerequisites

What things you need to install the software and how to install them

  • node.js
  • NPM Package Manager
  • Create token in Firebase

Note: After creating the token, necessary put your token on Base.js file.

Installing

Clone this repository

git clone https://github.com/mariorodeghiero/reactjs-comments-app.git
Enter fullscreen mode Exit fullscreen mode

Installing the dependencies from the NPM Package Manager

npm install
Enter fullscreen mode Exit fullscreen mode

To start the development environment, run the following command:

npm run start
Enter fullscreen mode Exit fullscreen mode

or

yarn start
Enter fullscreen mode Exit fullscreen mode

Deployment

Run the command below to deploy, minimizing All Files.

npm run build
Enter fullscreen mode Exit fullscreen mode

or

yarn build
Enter fullscreen mode Exit fullscreen mode

After run, the browser open window automatically at http://localhost:3000/

Built with

  • React.js
  • Firebase

⚖️ MIT License

I created this application to test and share knowledge acquired in the studies on ReactJS.
If you liked this project, contribute improvements, send your PR or give me a star ⭐️ on GitHub.

I hope you like ✌️
Thanks and this is my Twitter

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

Top comments (0)

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay