NoteSwap is an innovative platform designed for academic knowledge sharing through note exchange. Built with React and Firebase, it allows students to upload, browse, and purchase study materials securely.
- Upload Notes: Seamlessly upload your study notes in PDF format.
- Browse and Buy: Explore and purchase a variety of study materials uploaded by other students.
- Secure Transactions: Ensure privacy and security with secure transaction handling.
-
Clone the Repository
git clone https://github.com/yourusername/noteswap.git cd noteswap
-
Install Dependencies
npm install
-
Set Up Firebase
Create a Firebase project and add your configuration to the
firebase.js
file. -
Run the Application
npm start
Navigate to
http://localhost:3000
in your browser to start using NoteSwap.
Feel free to contribute by submitting issues or pull requests. For more details, check out the CONTRIBUTING.md.
This project is licensed under the MIT License - see the LICENSE file for details.