Welcome to the SE10 NETWORK frontend repository! This frontend application serves as the user interface for a social media platform specifically designed for students of IJSE (Institute of Software Engineering). It enables students to create and share posts, view updates from others, and receive notifications about important events like birthdays and
campus-related activities.
Explore the project »
View Design
·
Report Bug
·
Request Feature
Table of Contents
User Interface:
- Clean and responsive interface built with HTML, CSS, and Bootstrap.
- Dynamic elements for user interaction powered by JavaScript and JQuary.
Post Management:
- Users can create, view, and delete posts.
- Live updates of posts for a seamless user experience.
Notifications:
- Birthday reminders and event notifications.
- Visual indicators for new updates.
Axios Integration:
- Used for communicating with the backend API to handle requests and responses.
This project was developed using a variety of modern web technologies and libraries to ensure a responsive and dynamic user experience.
Follow these steps to set up the project locally and get it running on your machine. The instructions will guide you through the process of cloning the repository, installing dependencies, and configuring any required settings.
Before setting up the project, make sure you have the following tools and libraries installed or configured as needed:
-
Axios
Axios is already included in the project. No additional installation is required. -
Bootstrap
Bootstrap has already been downloaded and set up for the project.
Follow these steps to install and set up the project on your local machine:
- Clone the repository
git clone https://github.com/SE10-IJSE/SE10-NETWORK-FRONTEND.git
- Change git remote url to avoid accidental pushes to base project
git remote set-url origin github_username/repo_name git remote -v # confirm the changes
Refer to the Postman API Documentation for detailed API endpoints and usage instructions.
Check out the Figma design for the frontend here.
Access the backend repository on GitHub here.
Distributed under the MIT License. See LICENSE for more information.
© 2024 SE10 NETWORK