With the intention of learning and growing together, our team has built this platform, to revolutionize your academic journey by providing engaging resources and supportive community.
- Xclusive Notes: 📝
- Access comprehensive notes presented in plain language, enriched with entertaining memes for enhanced engagement and simplicity.
- Real-Time Event Updates: 📆
- Stay informed about upcoming academic events, seminars, and workshops to enrich your learning experience and stay connected with your academic community.
- Handy Cheat Sheets: 📋
- Quick reference guides providing essential information, formulas, and key concepts to aid in studying and revision.
- In-Depth Learning Guides: 📈
- Detailed roadmaps and guides to navigate and master challenging topics, providing structured learning resources for students.
- Engaging Community: 👥
- Join a supportive community of learners to exchange ideas, seek assistance, and collaborate on academic endeavors, fostering a sense of belonging and support.
- Intuitive User Interface: 🖥️
- User-friendly interface designed for seamless navigation and an enjoyable browsing experience, prioritizing usability and accessibility.
- Technology: 🌐
- Implemented using the cutting-edge MERN stack (MongoDB, Express.js, React.js, Node.js) for enhanced performance, responsiveness, and scalability, ensuring a robust and efficient platform for users.
Feel free to refer to the code and utilize the provided template for your projects. However, kindly ensure that all brand names and logos should be replaced with appropriate alternatives to maintain compliance with privacy policies and copyright regulations.
-
Navigate to the server directory:
cd server
-
Install server dependencies:
npm install
-
Start the server:
node index.js
-
Open a new terminal window/tab.
-
Navigate to the client directory:
cd client
-
Install client dependencies:
npm install
-
Start the client application:
npm start