Giter Site home page Giter Site logo

roshangeorge97 / edunity Goto Github PK

View Code? Open in Web Editor NEW
15.0 1.0 19.0 1.52 MB

Creating a Platform where students preparing for competitive exams can connect with their Seniors to seek guidance for improving their grades on a one-one basis.

Home Page: https://edunity12.azurewebsites.net/

JavaScript 98.20% HTML 0.28% CSS 1.52%

edunity's Introduction

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Edunity

Creating a Platform where students preparing for competitive exams can connect with their Seniors to seek guidance for improving their grades on a one-one basis.

View Demo · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact

About The Project

Landing Page

Homepage


Mentor Dashboard

Homepage


Student Dashboard

Homepage


Marketplace

Homepage


Why are we building this?

Here's why:

  • Filthy tution fee demanded by private coaching institutions
  • No Individual guidance/attension is provided
  • No financial independence amoung college students

Features:

  • College students arent going to demand so much to teach
  • Individual attension from seniors who have been in a similar suituation a very few years ago
  • College students bought into a new era of side hustle and gain financial Independence

(back to top)

Built With

Next React Bootstrap Firebase

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo

    git clone https://github.com/roshangeorge97/Edunity.git
  2. Install NPM packages

    npm install
  3. Run the project locally

    npm run dev
  4. Activate Tailwind CSS on another terminal in the cloned directory

    npx tailwindcss -i ./src/App.css -o ./dist/output.css --watch

(back to top)

Roadmap

Frontend

  • Requests Page
    • Fix UI of Requests page
  • Add appropriate favicon

Backend

  • Discuss Page
    • Websocket Integration on Discuss page by creating something similar to chat rooms
  • Feed Page
    • Use Thirdparty REST APIs to display news on Feed Section
  • Chat Page
    • Display only the selected Mentor's chat on chat page not all of them.
    • Simple Websocket Integration to chat amoung mentors and students
  • My Classes Page
    • Display the recently connected mentors at My Classes Page
  • Marketplace
    • Implement CRUD Operations with firebase on Marketplace
  • Checkout Page
    • Interate with stripe

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Project Contributors

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Roshan George - @dev_roshangeorg - [email protected]

Project Link: https://github.com/roshangeorge97/Edunity

(back to top)

edunity's People

Contributors

abhi03ruchi avatar geeta259 avatar ghat0tkach avatar karthikgkumar avatar limitlesslogger avatar ritik48 avatar roshangeorge97 avatar sarveshgholap avatar swapn652 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

edunity's Issues

Favicon

There is no favicon to the website assign me this issue under GSSoC'23.

Implementing backend of the app

I can help in implementing backend of your web app, using mongoDB atlas and REST api so assign this to me under GSSOC 2023

UI Improvement in Marketplace Latest Post Cards

Current Behavior

The current UI of Marketplace Cards is really unclean and a rating section for the notes is not added.

Desired Behavior

I would like to change the layout of the cards and also add a new feature of ratings to it.

Screenshots / Mockups

The Figma design improvement is attached in the drive link.
UI Improvement

Do assign me this task under the GSSOC tag.

[Docs] add issue and PR templates

There is no issue and PR template available on the repo . The addition of this feature would make users accessblity easier to report bugs , documentation or a feature request

Mobile Responsiveness

The website is not responsive across different-width devices. With my experience in tailwind css, I think I can make this website better for mobile view too. Can you assign me this issue under GSSoC'23?

Button Toggle Issue

Description

The online toggle button under the filters of Explore section does not toggle as expected

Current Behaviour

Initially the button is unchecked on clicking it becomes checked when clicked again it should become unchecked but it doesn't.

Desired Behaviour

Initially the button is unchecked on clicking it becomes checked when clicked again it should become unchecked

Could you assign me this issue under GSSoC tag.Just getting started on contributions I can work on implementing the same

Need backend for website

Current Behavior

As we see the website is currently more of frontend and static which looks kindda odd i recommend to add a backend part also for dynamic contents and functionality such as login/signup
Can be made using Express and Mongo what you think would be happy to contribute to backend part as well

Adding back to top button in website

Current Behavior

I want to add a back to top button in the website to improve user experience and engagement.

Desired Behavior

Sample -> a button like this having UI acc to the site.

Integrating payment option using Stripe

Current Behavior

No payment option is available on the checkout page.

Desired Behavior

To integrate payment options with Stripe API for users to pay easily for their purchases.

Screenshots / Mockups

Creating Footer for the website

Currently the website doesnt have any footer. I would like to add a footer to the site. This would enhance user experience and engagement.

Plz assign me this task under gssoc'23.

Show Hero Section image on small screen [GSSoC'23]

Current Behavior

The hero section image is not present on small screen , and that does not look good.
edunity small screen add hero image

Desired Behavior

above text "Find your personal mentor" I would like to add the hero section image that is available on large screen

Please assign this issue to me under GSSoC'23

Footer is not Responsive [GSSoC'23]

Description

The footer is not responsive. In small screens it overflows due to which the site has horizontal scrolling.

Screenshots

edunity footer not responsive

Enviroment:

  • OS: Windows
  • Browser: Chrome
  • Device: Mobile

Please assign this issue to me under GSSoC'23.

Spelling error in the Cart page

Description

There is spelling error in the Cart page in Compounds and Electrostatics

Screenshots

Screenshot 2023-06-20 at 3 58 45 PM

Environment:

  • OS: Mac
  • Browser: Brave
  • Device: Desktop

Please assign me this issue under GSSOC'23

Updating Profile Page

Description

I am updating the profile page section with relevant features and content over it. Right now the features and content present isn't in compliance with user experience.

Expected Behavior

I will make UX better. Fix the bugs like uploading of the image button for profile picture, make the content standout by stylish components.

Screenshots

Present website screenshot
image

Enviroment:

  • OS: Mac Linux Windows
  • Browser: Chrome Safari Firefox
  • Version:
  • Device: Desktop Mobile

PR:

[GSSoC'23] Restyle Navbar and make it Resoponsive

Current Behavior

Currently the ui of navbar do not look good, it needs to have some padding around and some style change to look better. And on small screen the navbar do not look good, so it should be made responsive.

edunity nav issue

Desired Behavior

I would like to address the above issue and resyle the navbar and alo make it responsvie.

Please assign this issue to me.

UI color combination

Description

Expected Behavior

Screenshots

Enviroment:

  • OS: Mac Linux Windows
  • Browser: Chrome Safari Firefox
  • Version:
  • Device: Desktop Mobile

Hover effect for elements of navbar

Current Behavior

they are very simple and not looking good

Desired Behavior

By applying hover effects to navbar elements will attract more people

Add Social Media Handles

Current Behavior

No Social media plad=tform

Desired Behavior

Add Social Media Platform like Instgram, Facebook, Twitter, Likedln

Screenshots / Mockups


Adding login with google

Current Behavior

User has to enter their email and password manually

Desired Behavior

Firebase provides google authentication which would be easier to login.
I would like to work on this issue as GSSOC'23 Contributor. Thank you !

Could you please assign this issue to me?

Screenshots / Mockups


screenshot

Need to Create New UI for our website

Hey PA,
I saw that our website don't have a visually appealing UI. I'm a UI UX Designer & Front End Developer. I'd likw to work on this issue. But, Creating UI takes long time as same as development process. I think submitting single PR for UI to development isn't worth. If you like I'll create UI as one pr. And develop it as another PR. Kindly assign me this issue under GSSoC'23.

Thanks,
Mohamed Mafaz P R.

Different Sections of the website is not centered [GSSoC'23]

Current Behavior

Different Sections of the website is not centered, there is uneven space around teach section
edunity centring

Desired Behavior

I would like to add proper margins and align all the sections together, so that the interface looks good and even throughout.

Please assign this issue to me under GSSoC'23.

Get Start Page is in inappropriate form

Description

The appearance of get started page is not in appropriate form.

Expected Behavior

I will be able to make it clear and make effective changes for the appearance of the page

Screenshots

Screenshot_2023-05-25-15-59-10-243_com android chrome

Enviroment:

  • OS: Mac Windows
  • Browser: Chrome
  • Version: Windows 11
  • Device: Laptop

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.