Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.89 KB

File metadata and controls

54 lines (40 loc) · 1.89 KB

NETXOS

This web application was designed for a fictional platform similar to LinkedIn, and includes features such as fetching data random-user API and LocalStorage. Below are more the details about the project.

🔗Project Demo

You can see the live demo of the project here.

📑Table of Contents

🖥️Technologies Used

HTML5 CSS3 JavaScript

🖱️Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/fabianmendozaospina/netxos.git
  2. Navigate to the project directory:

    cd netxos
  3. Open index.html in your browser to view the application.

  4. Enter this credentials:

    • Username: johnsmith
    • Password: 123456

💡Features

User Authentication:

  • Login functionality that verifies user credentials stored in localStorage.
  • Error messaging for incorrect username or password attempts.

Responsive Design:

  • Adapts to different screen sizes and devices.

Profile Management:

  • Allows the user to manually add picture and data to the feed.
  • Displays profiles of at least 10 other users fetched from the Random User API, showcasing their profile pictures, full names, and cities.

Customizable Styling:

  • Consistent use of colors, fonts, and design elements to maintain a professional and cohesive look throughout the application.

© Created by MITT Software Students.