- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
In this project, I'm creating a website that allows users to chat with one another using real-time Firebase data. The app allows users to look up their previous conversations.
Building
- JavaScript
- HTML 5
- CSS 3
- ES6
- React
- Firebase
Server
- Register User
- Login User
- Home page with search User functionality
- Display the latest message
- Send a new message
- Send Images
- Display complete message history
- Improve style
- Improve Firebase data fetch time
You can test the search function by searching for Seba or Juan.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Github account.
- Code editor (Visual Studio Code, Atom, etc.)
Clone this repository to your desired folder:
- cd my-folder
- git clone https://github.com/sebalp100/Metrics-webapp/
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
To run the project, execute the following command:
npm install
npm start
To run tests, run the following command:
npm test
👤 Sebastian Martin
- GitHub: @sebalp100
- LinkedIn: Sebastian Martin
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Lama Dev for his tutorials (https://www.youtube.com/@LamaDev)
This project is MIT licensed.