This is a very simple project that sends and receives data, built with React, Vite and Firebase (Firestore). Users can send and view data instantly from the react app with Firebase handling the backend, authentication, and real-time updates—no Express/Node.js server required.
Deployed on vercel.
To run this project locally, you'll need to have Node.js and npm installed on your computer. Once you have these installed, follow these steps:
1. Clone the repository:
> git clone <repository-url>
2. Navigate to the project directory using the command line.
3. Install dependencies:
> npm install
4. Start the Vite development server:
> npm run dev
5. Open your web browser and navigate to http://localhost:5173 (or the port shown in the terminal) to view the project.
Below is the project link, currently live on Vercel:
This project includes:
- Display data: Users can view the data that has been sent to the database.
- Send data: Users can send data to the database.
- Navigation to GitHub repo: A button when pressed takes you to the GitHub repo.
