Project Name
Post Manager using React and Firestore
Description
This project is a post manager application built using React and Firestore. It allows users to create, read, update, and delete posts. The application utilizes Firebase Hosting for deployment and Firestore for data storage.
Screenshots
Features
- Create new posts with title and content
- View a list of all posts
- Update existing posts
- Delete posts
- Firebase Hosting for easy deployment
- Firestore for efficient data storage
Installation
- Clone the repository:
git clone https://github.com/sharjeel-siddiqui12/post-manager-react-firestore.git
- Navigate to the project directory:
cd post-manager-react-firestore
- Install dependencies:
npm install
- Set up Firebase project and obtain necessary credentials
- Configure Firebase credentials in the project
- Start the development server:
npm run dev
Usage
- Open the application in your web browser
- Sign in with your Firebase account
- Create, update, or delete posts as needed
- View the list of all posts
Technologies Used
- React
- Firestore
- Firebase Hosting
- Tailwind CSS
Contributing
Contributions are welcome! If you find any bugs or have suggestions for improvement, please open an issue or submit a pull request.
License
This project is licensed under the MIT License.