Skip to content

A website is developed for student's education purpose. It provides a user-friendly interface, a wide range of solution of different types of question of different subjects.

Notifications You must be signed in to change notification settings

kkalyankumar9/StudyVerse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StudyVerse

Description:- A website created for increase and helping to student's knowledge growth.

Backend:--

  • routes:-- /user,/admin,/books

/user :-

  1. /register
  2. /getUsers
  3. /login
  4. /logout

/admin :-

  1. /register
  2. /login
  3. /logout
  4. /viewadmins
  5. /viewusers

/books :-

  1. /add
  2. /
  3. /getOneData/:id
  4. /update/:id
  5. /delete/:id

Fontend :--

Url:- https://taupe-truffle-988056.netlify.app/

Logo

This 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.

Table of Contents

Introduction

The 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.

Landing page before login

Landing Page

Landing page after login

Landing Page

Features

  • User authentication with Node.js and Express.
  • Browse a wide variety of solution of different questions.
  • Responsive design for mobile and desktop.

Installation

To run this application locally, follow these steps:

  1. Clone this repository to your local machine: git clone https://github.com/yourusername/StudyVerse.git
  2. Change to the project directory:cd fontend
  3. Install the required dependencies for the frontend:npm install
  4. Install the required dependencies for the backend cd backend npm install

Usage Create an account or log in to your existing account. Browse the collection of Books. Click on a book name to view its details. Get your solution for your questions.

Books Page

Each Book item has a dedicated Book page with detailed information and high-quality images.

Books Page

SingleProduct Page

It provides all the details about particular item.

SingleProductPage

Login page

User can login throuh this page

LOGINPAGE

Signup page

User can create accout through this page

Alt text

Technologies Used

  • Frontend:

    • React for building user interfaces
    • Redux for state management
    • Chakra UI for styling
    • Axios for API requests
  • Backend: JSON Server, Node.js, Express

About

A website is developed for student's education purpose. It provides a user-friendly interface, a wide range of solution of different types of question of different subjects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.6%
  • CSS 4.2%
  • HTML 1.2%