{"id":25412081,"url":"https://github.com/techjmi/upliance","last_synced_at":"2025-10-25T12:19:29.125Z","repository":{"id":276037289,"uuid":"927941862","full_name":"techjmi/upliance","owner":"techjmi","description":"website url","archived":false,"fork":false,"pushed_at":"2025-02-06T11:49:35.000Z","size":98,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T08:49:16.758Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://upliance-om55.onrender.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/techjmi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-05T19:47:49.000Z","updated_at":"2025-04-08T08:17:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"100bf9b8-7649-46c1-8a6c-3c85a7356273","html_url":"https://github.com/techjmi/upliance","commit_stats":null,"previous_names":["techjmi/upliance"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/techjmi/upliance","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techjmi%2Fupliance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techjmi%2Fupliance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techjmi%2Fupliance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techjmi%2Fupliance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techjmi","download_url":"https://codeload.github.com/techjmi/upliance/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techjmi%2Fupliance/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280953075,"owners_count":26419385,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-16T11:17:24.102Z","updated_at":"2025-10-25T12:19:29.117Z","avatar_url":"https://github.com/techjmi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Upliance Project\n\n## Overview\nThis project is a web application developed using React, Vite, Tailwind CSS, bcryptjs, React Quill, React Router DOM, and Recharts. The application provides a user-friendly interface for managing user profiles, viewing analytics trends, and submitting data through forms.\n\n## Project Structure\n\n### Components\n- **Counter.js**\n  - A simple counter component that allows users to increment and decrement a value, demonstrating state management.\n\n- **Footer.js**\n  - Contains footer code, displaying links to social media, copyright information, and other relevant links.\n\n- **Navbar.js**\n  - The navigation bar that provides links to different pages (e.g., About, Dashboard, Form, Login, Signup) and handles user authentication status.\n\n- **PrivateRoute.js**\n  - A higher-order component that wraps protected routes, ensuring users are logged in before accessing certain pages, such as the Dashboard.\n\n- **Profile.js**\n  - Displays user profile information, allowing users to view their data and analytics.\n\n- **ProfileTrends.js**\n  - Contains analytics charts using Recharts to visualize user data trends and statistics.\n\n### Pages\n- **About.js**\n  - Provides information about the project and its purpose.\n\n- **Dashboard.js**\n  - A private route that displays user-specific analytics and trends. **Users must be logged in to view this page.**\n\n- **Form.js**\n  - A form for collecting user data, with input fields for name, email, etc., and handles form submission.\n\n- **Login.js**\n  - A login page where users can enter their credentials. Uses bcryptjs for secure password handling.\n\n- **Signup.js**\n  - A signup page for new users to create an account, including password hashing with bcryptjs.\n\n- **TextEditor.js**\n  - Utilizes React Quill to provide a rich text editor for users to create formatted text content.\n\n### Skeleton\n- **Skeleton.js**\n  - Contains skeleton UI components for loading states in Profile and Profile Trends, enhancing user experience while data is being fetched.\n\n## Authentication\nTo access the **Dashboard** and other protected routes, users need to log in. User information is securely stored in local storage, and password management is handled using bcryptjs.\n\n## Live Deployment\n- Live link: [Upliance](https://upliance-om55.onrender.com/)\n- Code repository: [GitHub Repository](https://github.com/techjmi/upliance)\n\n## Getting Started\nTo get a local copy of the project up and running, follow these steps:\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/techjmi/upliance.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd upliance\n   ```\n3. Install the dependencies:\n   ```bash\n   npm install\n   ```\n4. Start the development server:\n   ```bash\n   npm run dev\n   ```\n5. Open your browser and visit `http://localhost:3000` to see the app in action.\n\n## Acknowledgments\n- [React](https://reactjs.org/)\n- [Vite](https://vitejs.dev/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [Recharts](https://recharts.org/en-US/)\n- [bcryptjs](https://github.com/dcodeIO/bcrypt.js)\n- [React Quill](https://github.com/zenoamaro/react-quill)\n- [React Router](https://reactrouter.com/)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechjmi%2Fupliance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechjmi%2Fupliance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechjmi%2Fupliance/lists"}