All Projects â†’ AlterClassIO â†’ react-firechat

AlterClassIO / react-firechat

Licence: MIT license
Realtime Chat App built with React, Firebase, and Tailwind CSS. Deployed on Netlify 🚀 🔥

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to react-firechat

cookie
Landing website + Blog using Jekyll & Tailwind CSS
Stars: ✭ 61 (-6.15%)
Mutual labels:  netlify, tailwind-css
axiom
Axiom - A Hugo Theme. GitTip: https://gitcoin.co/tip?username=jhauraw
Stars: ✭ 67 (+3.08%)
Mutual labels:  netlify, tailwind-css
AmigoChat-Realtime-Chat-Application
AmigoChat is a responsive real-time chat application built on MERN Stack and Socket io.
Stars: ✭ 22 (-66.15%)
Mutual labels:  realtime-chat
svelte-commerce
Svelte ecommerce - Headless, Authentication, Cart & Checkout, TailwindCSS, Server Rendered, Proxy + API Integrated, Animations, Stores, Lazy Loading, Loading Indicators, Carousel, Instant Search, Faceted Filters, Typescript, Open Source, MIT license. 1 command deploy to your own server, 1 click deploy to netlify.
Stars: ✭ 695 (+969.23%)
Mutual labels:  netlify
air
A hyper-minimal WordPress starter theme for developers built with Tailwind CSS.
Stars: ✭ 45 (-30.77%)
Mutual labels:  tailwind-css
git-space
A web application to view Github's user profile.
Stars: ✭ 14 (-78.46%)
Mutual labels:  netlify
nuxtwebsite
A simple Nuxt.js setup to create websites with blog feature using Storyblok as CMS and Netlify to deploy it.
Stars: ✭ 29 (-55.38%)
Mutual labels:  netlify
diablo3-vue-platzi
👾 Diablo 3 Profile Finder - 👹. Using the Diablo III official APIs
Stars: ✭ 40 (-38.46%)
Mutual labels:  netlify
sveltekit-seo
Demo site for SvelteKit SEO showing how to set up meta tags in a SvelteKit blog site.
Stars: ✭ 28 (-56.92%)
Mutual labels:  netlify
rustywind
CLI for organizing Tailwind CSS classes
Stars: ✭ 239 (+267.69%)
Mutual labels:  tailwind-css
Netlify
A VS Code extension that displays your Netlify build statuses and more!
Stars: ✭ 23 (-64.62%)
Mutual labels:  netlify
tailwindcss-scrims
Configurable Tailwind plugin for generating scrim classes.
Stars: ✭ 35 (-46.15%)
Mutual labels:  tailwind-css
Portfolio
Expo + Next.js Portfolio
Stars: ✭ 56 (-13.85%)
Mutual labels:  netlify
ZestX-Frontend
Month-Long Fest Website ZestX with some Awsome UI and Intact Backend. Implemented admin page for user and event management
Stars: ✭ 28 (-56.92%)
Mutual labels:  netlify
shaif-s-cuisine
A HTML, CSS Project. Made with ♥ by the web cifar community.
Stars: ✭ 79 (+21.54%)
Mutual labels:  netlify
gatsby-starter-developer-diary
An official Gatsby blog template designed for web developers. Blazing fast, it includes beautful web developer topic tags and social-media links
Stars: ✭ 76 (+16.92%)
Mutual labels:  netlify
Whizzz-The-ChatApp
Whizzz is a real-time, one-to-one Android chat application made using Firebase, a beautiful user interface, and a push-notification feature.
Stars: ✭ 66 (+1.54%)
Mutual labels:  realtime-chat
admin-one-vue-tailwind
Free Vue.js 3.x Tailwind 3.x admin dashboard template with dark mode. Vite builds. Pinia state. Laravel integration available
Stars: ✭ 742 (+1041.54%)
Mutual labels:  tailwind-css
functions.netlify.com
Tutorials, examples, workshops and a playground for serverless with Netlify Functions
Stars: ✭ 498 (+666.15%)
Mutual labels:  netlify
XT-Tailwind-for-Joomla
XT Tailwind for Joomla. My Blog template, based on Tailwind CSS.
Stars: ✭ 15 (-76.92%)
Mutual labels:  tailwind-css

Netlify Status

React FireChat

Source code of the React FireChat app built with React, Firebase, and Tailwind CSS. Deployed on Netlify.

Watch the tutorial on how to build this app from scratch:

Build a REALTIME CHAT APP in 5 MIN with React and Firebase

Check out the live demo of the final result: https://react-firechat-alterclass.netlify.app/.

React FireChat by AlterClass

create-react-app

This project uses the popular create-react-app (CRA) command to setup a modern React application. This way we can focus on the code itself, and not worry about configuring many build tools.

The package.json file provides four scripts:

  • start: Runs the app in the development mode.
  • build: Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.
  • test: Launches the test runner in the interactive watch mode.
  • eject: Remove create-react-app build dependency from your project.

Instructions

  1. Clone the project repository: git clone https://github.com/AlterClassIO/react-firechat

  2. Navigate to the project folder: cd react-firechat

  3. Install the dependencies: npm install

  4. Start the app in the development mode: npm start

Compiled successfully!

  1. Open http://localhost:3000 to view your React application in the browser

React starting point

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].