{"id":27108950,"url":"https://github.com/ranjeetraj444/studyverse","last_synced_at":"2026-04-10T04:38:03.337Z","repository":{"id":189875315,"uuid":"681451072","full_name":"RanjeetRaj444/StudyVerse","owner":"RanjeetRaj444","description":" A website is developed for student's education purpose.","archived":false,"fork":false,"pushed_at":"2023-10-14T09:33:08.000Z","size":7646,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-10-15T20:02:16.553Z","etag":null,"topics":["chakra-ui","css","express","htm","java","mongodb","node","react","redux"],"latest_commit_sha":null,"homepage":"https://taupe-truffle-988056.netlify.app/","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/RanjeetRaj444.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}},"created_at":"2023-08-22T03:38:08.000Z","updated_at":"2023-10-15T20:02:21.375Z","dependencies_parsed_at":"2023-10-15T20:13:31.132Z","dependency_job_id":null,"html_url":"https://github.com/RanjeetRaj444/StudyVerse","commit_stats":null,"previous_names":["ranjeetraj444/festive-crayon-1023","ranjeetraj444/studyverse"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RanjeetRaj444%2FStudyVerse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RanjeetRaj444%2FStudyVerse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RanjeetRaj444%2FStudyVerse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RanjeetRaj444%2FStudyVerse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RanjeetRaj444","download_url":"https://codeload.github.com/RanjeetRaj444/StudyVerse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247563940,"owners_count":20958971,"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":["chakra-ui","css","express","htm","java","mongodb","node","react","redux"],"created_at":"2025-04-06T22:38:49.574Z","updated_at":"2025-12-30T19:08:08.439Z","avatar_url":"https://github.com/RanjeetRaj444.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StudyVerse\n\nDescription:- A website created for increase and helping to student's knowledge growth.\n\n## site link:- https://taupe-truffle-988056.netlify.app\n\n\n# Backend:--\n\n\n\n\n### Url:- https://studyverse-drgj.onrender.com\n\n- routes:-- /user,/admin,/books\n\n## /user :-\n\n1. /register\n2. /getUsers\n3. /login\n4. /logout\n\n## /admin :-\n\n1. /register\n2. /login\n3. /logout\n4. /viewadmins\n5. /viewusers\n\n\n## /books :-\n\n1. /add\n2. /\n3. /getOneData/:id\n4. /update/:id\n5. /delete/:id\n\n# Fontend :--\n\nUrl:- https://taupe-truffle-988056.netlify.app/\n\n![Logo](fontend/src/Assets/Logo3.png)\n\nThis is a study application built with React, Redux, Chakra UI, and powered by a JSON Server backend. It also features authentication using Node.js and Express.\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Technologies Used](#technologies-used)\n\n## Introduction\n\nThe study application is a modern study platform for reading and exploring answers of a particular subjects. It provides a user-friendly interface, and a secure authentication system. Students can browse answers, add get their solutions.\n\n### Landing page before login\n\n![Landing Page](\u003cfontend/src/Assets/Screenshot (1515).png\u003e)\n\n### Landing page after login\n\n![Landing Page](\u003cfontend/src/Assets/Screenshot (1520).png\u003e)\n\n## Features\n\n- User authentication with Node.js and Express.\n- Browse a wide variety of solution of different questions.\n- Responsive design for mobile and desktop.\n\n## Installation\n\nTo run this application locally, follow these steps:\n\n1. Clone this repository to your local machine:\n   git clone https://github.com/yourusername/StudyVerse.git\n2. Change to the project directory:cd fontend\n3. Install the required dependencies for the frontend:npm install\n4. Install the required dependencies for the backend\n   cd backend\n   npm install\n\nUsage\nCreate an account or log in to your existing account.\nBrowse the collection of Books.\nClick on a book name to view its details.\nGet your solution for your questions.\n\n### Books Page\n\nEach Book item has a dedicated Book page with detailed information and high-quality images.\n\n![Books Page](\u003cfontend/src/Assets/Screenshot (1517).png\u003e)\n\n#### SingleProduct Page\n\nIt provides all the details about particular item.\n\n![SingleProductPage](\u003cfontend/src/Assets/Screenshot (1521).png\u003e)\n\n### Login page\n\nUser can login throuh this page\n\n![LOGINPAGE](\u003cfontend/src/Assets/Screenshot (1518).png\u003e)\n\n### Signup page\n\nUser can create accout through this page\n\n![Alt text](\u003cfontend/src/Assets/Screenshot (1519).png\u003e)\n\n## Technologies Used\n\n- Frontend:\n\n  - React for building user interfaces\n  - Redux for state management\n  - Chakra UI for styling\n  - Axios for API requests\n\n- Backend: JSON Server, Node.js, Express\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franjeetraj444%2Fstudyverse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Franjeetraj444%2Fstudyverse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franjeetraj444%2Fstudyverse/lists"}