1. Open your browser's settings.
2. Look for the 'Site Settings' option.
3. Within 'Site Settings,' find the 'Insecure Content' section.
4. In the 'Insecure Content' section, there should be an option to 'Add URL' or 'Allow.'
5. Click on that option and add the URL of the demo you want to access.
Demo link :- https://corider-chatscreen-web.netlify.app/
This is a chat application built using React.js, React Lazy Loading, and the Bootstrap library. The project allows users to engage in real-time chat conversations and includes features such as data fetching with Axios, user verification through unique badges, and the implementation of infinite scroll using the React Infinite Scroll library.
- Lazy loading of components to optimize performance.
- User verification with unique badges for authenticity.
- Data fetching using Axios for seamless integration with external APIs.
- Infinite scroll implementation using the React Infinite Scroll library.
- Responsive and visually appealing user interface built with Bootstrap.
- Clone the repository: git clone https://github.com/your-username/chat-application.git
- Navigate to the project directory: cd chat-application
- Install the dependencies: npm install
- Start the development server: npm start
- Open your browser and visit http://localhost:3000 to access the chat application.
No additional configuration is required for the chat application. However, please ensure that you have a stable internet connection to enable data fetching.
The following dependencies are used in this project:
- React.js
- React Lazy Loading
- Bootstrap
- Axios
- React Infinite Scroll
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please feel free to submit a pull request or open an issue on the GitHub repository.