Skip to content

Releases: Alkaison/Live-Clipboard

Stable v1.3.1.0

14 Sep 14:02
Compare
Choose a tag to compare

⚠️ Important Notice ⚠️

This project is being actively maintained by Alkaison, and exciting new updates will continue to roll out every month. However, please be informed that the latest code updates will not be pushed to this repository moving forward due to certain privacy concerns.

The current version of the project will remain here as is, but future updates and improvements will no longer be reflected in this repository.

Thank you for your understanding and continued support! Stay tuned for more updates and features in the coming months.


Full Changelog: v1.3.1...v1.3.1.0

v1.3.1

01 Sep 18:18
Compare
Choose a tag to compare

Updates

  • Feat: Added line numbers support in clipboard editor.
  • Feat: Added WebShare API support.
  • Feat: Added update available banner for new updates.
  • Feat: Added tooltip in all the pages.
  • Docs: Added Privacy Policy and Terms and Conditions pages.
  • Docs: Added sitemap.xml

Full Changelog: v1.3.0...v1.3.1

v1.3.0

09 Aug 16:54
Compare
Choose a tag to compare

Realtime Clipboard

Updates

  • Feat: Intuitive and user-friendly UI.
  • Feat: Feedback form better UI design.
  • Feat: SEO, performance and analytics improvements.
  • Feat: Theme transition animation.
  • Feat: Cool cards UI design for devs.

What's Changed

Full Changelog: v1.1.3...v1.3.0

Stable v1.1.3

27 Feb 11:29
Compare
Choose a tag to compare

Updates

  • Fix: removed unwanted state changes in about page.
  • Chore: updated release log icons.
  • Chore: added comments into components for better understanding.
  • Chore: removed simple-star-rating and web-vitals packages and updated other packages.

Full Changelog: v1.1.2...v1.1.3

Stable v1.1.2

12 Feb 10:32
Compare
Choose a tag to compare

Updates

  • Feat: Added user feedback page and connect EmailJS.
  • Fix: Progressive Web App Caching bugs.
  • Fix: minor bugs.

What's Changed

  • feat: user feedback page and direct response to email delivering integration. by @Uzumaki4303 in #17
  • feat: feedback page and form email delivery by @Alkaison in #19

Full Changelog: v1.1.1...v1.1.2

Stable v1.1.1

10 Feb 09:27
Compare
Choose a tag to compare

Updates

  • Feat: Progressive Web App Support.
  • Feat: Offline Accessiblility using PWA service.
  • Fix: Updated Contributors data to static for quick access.
  • Fix: minor bugs.

Full Changelog: v1.1.0...v1.1.1

✨ Migrated to React.js - v1.1.0

09 Dec 19:02
932eefe
Compare
Choose a tag to compare

Live Clipboard

Live Clipboard

Welcome to Live Clipboard, an exciting open-source project! We're thrilled to have you join us on this journey to create a web app using Firebase Realtime Database. Checkout: https://live-clipboard.netlify.app/

Stars
Forks
License
Release

Project Overview

Live Clipboard is a web app that allows users to create, edit, and collaborate on live collaborative boards in real-time. Think of it as a digital whiteboard where multiple users can add notes and brainstorm ideas together, no matter where they are located.

Technologies Used:

React
Firebase
Netlify

Why Contribute?

By contributing to Live Clipboard, you'll have the opportunity to:

  • Gain hands-on experience with Firebase Realtime Database.
  • Collaborate with a passionate and diverse group of developers.
  • Improve your coding skills and knowledge of web development.
  • Make a meaningful contribution to the open-source community.
  • Showcase your work on your GitHub profile.

Getting Started

To get started with contributing to Live Clipboard, follow these steps:

  1. Fork the Repository: Click the "Fork" button at the top right corner of this repository to create your own copy. Also, give it a Star ⭐ because why not? It's amazing.

  2. Clone the Repository: Clone your forked repository to your local machine using the following command:

git clone https://github.com/Alkaison/Live-Clipboard.git
  1. Set Up Firebase: If you haven't already, create a Firebase project and set up the Firebase Realtime Database. You can follow Firebase's official documentation for guidance.

  2. Package Installation: Install packages by running this command npm install and then create .env file and add your Firebase app keys in it.

  3. Development: Start contributing by working on issues, adding new features, or fixing bugs. Be sure to create a new branch for your work:

git checkout -b feature/your-feature-name
  1. Testing: Before submitting a pull request, make sure your code is thoroughly tested to ensure it works as expected.

  2. Submit a Pull Request: When you're ready, submit a pull request to the main repository. Be sure to include a clear and concise description of your changes.

Contribution Guidelines

To maintain a healthy and collaborative open-source community, please adhere to the following guidelines:

  • Follow the code of conduct.
  • Create descriptive and well-commented code.
  • Use meaningful commit messages.
  • Test your changes thoroughly.
  • Be respectful and supportive when discussing issues and pull requests.

Project Structure

The project structure under src is organized as follows:

  • components/: contains all components for the pages.
  • firebase/: contains Firebase config file.
  • pages/: contains pages container.

Contact

If you have any questions or need assistance, feel free to reach out to us via our GitHub Issues.

Join us, and let's make it an unforgettable experience! Together, we'll create a fantastic web app and contribute to the open-source community.

Happy coding! 🚀🌟

What's Changed

  • feat: migrated whole appliaction to react.js and firebase by @Alkaison in #16

Full Changelog: v1.0.0...v1.1.0

✨ Stable v1.0.0

08 Dec 18:10
Compare
Choose a tag to compare

Live Clipboard

Live Clipboard

Welcome to Live Clipboard, an exciting open-source project! We're thrilled to have you join us on this journey to create a web app using Firebase Realtime Database.

Stars
Forks
License
Release

Project Overview

Live Clipboard is a web app that allows users to create, edit, and collaborate on live collaborative boards in real-time. Think of it as a digital whiteboard where multiple users can add notes and brainstorm ideas together, no matter where they are located.

Technologies Used:

Firebase
JavaScript
Netlify

Why Contribute?

By contributing to Live Clipboard, you'll have the opportunity to:

  • Gain hands-on experience with Firebase Realtime Database.
  • Collaborate with a passionate and diverse group of developers.
  • Improve your coding skills and knowledge of web development.
  • Make a meaningful contribution to the open-source community.
  • Showcase your work on your GitHub profile.

Getting Started

To get started with contributing to Live Clipboard, follow these steps:

  1. Fork the Repository: Click the "Fork" button at the top right corner of this repository to create your own copy. Also, give it a Star ⭐ because why not? It's amazing.

  2. Clone the Repository: Clone your forked repository to your local machine using the following command:

git clone https://github.com/Alkaison/Live-Clipboard.git
  1. Set Up Firebase: If you haven't already, create a Firebase project and set up the Firebase Realtime Database. You can follow Firebase's official documentation for guidance.

  2. Firebase Setup: Rename the firebase/config.example.js to firebase/config.js and add your Firebase Realtime Database API Credentials into the firebaseConfig.

  3. Development: Start contributing by working on issues, adding new features, or fixing bugs. Be sure to create a new branch for your work:

git checkout -b feature/your-feature-name
  1. Testing: Before submitting a pull request, make sure your code is thoroughly tested to ensure it works as expected.

  2. Submit a Pull Request: When you're ready, submit a pull request to the main repository. Be sure to include a clear and concise description of your changes.

Contribution Guidelines

To maintain a healthy and collaborative open-source community, please adhere to the following guidelines:

  • Follow the code of conduct.
  • Create descriptive and well-commented code.
  • Use meaningful commit messages.
  • Test your changes thoroughly.
  • Be respectful and supportive when discussing issues and pull requests.

Project Structure

The project structure is organized as follows:

  • /assets: Project images and favicons.
  • /css: Website StyleSheets.
  • /js: Vanilla JavaScript code files.
  • /firebase: Firebase configuration files.

Contact

If you have any questions or need assistance, feel free to reach out to us via our GitHub Issues.

Join us, and let's make it an unforgettable experience! Together, we'll create a fantastic web app and contribute to the open-source community.

Happy coding! 🚀🌟

What's Changed

  • feat: home page, about page and stylesheets for the live clipboard web app. by @Uzumaki4303 in #2
  • feat: home page responsive design and files organisation. by @Alkaison in #4
  • feat: updated clipboard design by @Alkaison in #6
  • Added light theme and theme toggle button by @manisanghsharma in #9
  • add metags for previews by @t-var-s in #11
  • feat: About Us Page and Contributors data fetch from API by @Alkaison in #12
  • Autosave button added in clipboard page by @Uzumaki4303 in #13
  • Auto save btn updated for mobile viwes by @Uzumaki4303 in #14

New Contributors

Full Changelog: https://github.com/Alkaison/Live-Clipboard/commits/v1.0.0