{"id":15760490,"url":"https://github.com/chandan8018/blackcofferassignment","last_synced_at":"2025-06-15T17:04:49.950Z","repository":{"id":243492119,"uuid":"812181224","full_name":"Chandan8018/BlackcofferAssignment","owner":"Chandan8018","description":"This project is designed to showcase a Graphical Dashboard built with modern technologies including React, Redux, Tailwind CSS, and more. The application features user authentication, a private route system, and a beautiful, responsive design.","archived":false,"fork":false,"pushed_at":"2024-06-28T14:50:59.000Z","size":8323,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T09:18:58.547Z","etag":null,"topics":["aceternity-ui","clsx","d3","d3-visualization","firebase","flowbite","framer-motion","framer-motion---for-animations","json2csv","material-ui","mern-stack"],"latest_commit_sha":null,"homepage":"https://blackcofferassignment-fxxz.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/Chandan8018.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}},"created_at":"2024-06-08T07:02:28.000Z","updated_at":"2024-06-28T14:57:25.000Z","dependencies_parsed_at":"2024-06-28T16:05:16.788Z","dependency_job_id":"1cefd023-4835-4f24-a71e-3e9e45c8659f","html_url":"https://github.com/Chandan8018/BlackcofferAssignment","commit_stats":null,"previous_names":["chandan8018/blackcofferassignment"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chandan8018%2FBlackcofferAssignment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chandan8018%2FBlackcofferAssignment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chandan8018%2FBlackcofferAssignment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chandan8018%2FBlackcofferAssignment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chandan8018","download_url":"https://codeload.github.com/Chandan8018/BlackcofferAssignment/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246443534,"owners_count":20778252,"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","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":["aceternity-ui","clsx","d3","d3-visualization","firebase","flowbite","framer-motion","framer-motion---for-animations","json2csv","material-ui","mern-stack"],"created_at":"2024-10-04T10:58:25.665Z","updated_at":"2025-03-31T09:19:04.598Z","avatar_url":"https://github.com/Chandan8018.png","language":"JavaScript","readme":"# BlackCoffer Assignment\n\nWelcome to the BlackCoffer Assignment project! This project is designed to showcase a web application built with modern technologies including React, Redux, Tailwind CSS, and more. The application features user authentication, a private route system, and a beautiful, responsive design.\n\n## Table of Contents\n\n- [Features](#features)\n- [Demo](#demo)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Folder Structure](#folder-structure)\n- [Technologies Used](#technologies-used)\n- [Contributing](#contributing)\n\n## Features\n\n- **User Authentication**: Secure login and registration with Redux state management.\n- **Private Routes**: Protected routes that are accessible only to authenticated users.\n- **Responsive Design**: Mobile-first design using Tailwind CSS.\n- **Interactive UI**: Smooth animations using Framer Motion.\n- **Reusable Components**: Modular and reusable React components.\n\n## Demo\n\n![Home Page](./frontend/public/home.png)\n---\n![Sign Up](./frontend/public/Signup.png)\n---\n![Sign In](./frontend/public/Signin.png)\n---\n![Dashboard](./frontend/public/dashboard.png)\n---\n![BarChartRace](./frontend/public/barchartrace.png)\n---\n![Tabular Data](./frontend/public/TableData.png)\n---\n![Profile Update](./frontend/public/profile.png)\n---\n\n\n\n## Installation\n\nTo run this project locally, follow these steps:\n\n1. **Clone the repository**:\n    ```sh\n    git clone https://github.com/yourusername/chaintechassignment.git\n   \n    ```\n\n2. **Install dependencies for backend**:\n    ```sh\n    npm install\n    ```\n\n2. **Start the backend server**:\n    ```sh\n    npm run dev\n    ```\n\n3. **Install dependencies for frontend**:\n    ```sh\n    cd frontend\n    npm install\n    ```\n4. **Start the backend server**:\n    ```sh\n    npm run dev\n    ```\n\n## Usage\n\nOnce the server is running, you can visit the application at `http://localhost:7979`. You can navigate through different pages such as Home, Services, About, Contact, Sign In, and Sign Up. Authenticated users can access the Dashboard.\n\n### Home Page\n\nThe Home Page is designed to welcome users with an attractive gradient background and interactive elements. It includes links to services and contact pages.\n\n### Sign In / Sign Up\n\nUsers can sign in or register for a new account. These forms handle user input and manage state using Redux.\n\n### Dashboard\n\nAccessible only to authenticated users, the Dashboard displays user-specific information and actions.\n\n## Folder Structure\n\n```sh\n.\n├── public\n├── src\n│   ├── components\n│   │   ├── footer\n│   │   │   └── FooterComp.jsx\n│   │   ├── header\n│   │   │   └── Header.jsx\n│   │   ├── privateroute\n│   │   │   └── PrivateRoute.jsx\n│   │   ├── ui\n│   │   │   └── Various UI Components\n│   ├── pages\n│   │   ├── About.jsx\n│   │   ├── Contact.jsx\n│   │   ├── Dashboard.jsx\n│   │   ├── Home.jsx\n│   │   ├── Service.jsx\n│   │   ├── SignIn.jsx\n│   │   └── SignUp.jsx\n│   ├── redux\n│   │   ├── theme\n│   │   │   └── themeSlice.js\n│   │   └── user\n│   │       └── userSlice.js\n│   ├── App.jsx\n│   ├── main.jsx\n│   └── index.css\n├── .eslintrc.js\n├── .gitignore\n├── package.json\n├── README.md\n└── tailwind.config.js\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchandan8018%2Fblackcofferassignment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchandan8018%2Fblackcofferassignment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchandan8018%2Fblackcofferassignment/lists"}