Coder Social home page Coder Social logo

versity's Introduction

Versity

About the project

Versity App will be a companion app for university students which will help them with academics and socials, the two aspects of university that our team believes an ‘all-rounder’ student should excel in.

For academics, our app will help students organize their daily schedule. In our university, students are part of classes which have the same schedule, hence the users will be able to join their class’s group in the app. The class’s schedule will show up in the user’s personal calendar view.

For socials, our app will help students be an active part of different societies in their university. It is usually hard to keep track of all the different events, meetings, practices of the societies/clubs that one has joined. Through our app, the society heads can make groups for the society and Other than these two aspects, our users will also be able to add items to their personal schedules which will also appear in their calendar view. :)

How to contribute

Steps

Development

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Star The Repo

Star the repo by pressing the topmost-right button to start your wonderful journey.

Fork The Repo

You can get your own fork/copy of this repo by using the Fork button present at top-right of your screen.

Clone it

You need to clone (download) it to local machine using

$ git clone https://github.com/<Your_Github_Username>/versity.git

Create a new branch

Whenever you are going to contribute. Please create a separate branch using command and keep your main branch clean (i.e. synced with remote branch).

# It will create a new branch with name <your-branch-name> and switch to branch 
$ git checkout -b <your-branch-name>

To add the changes to the branch Use

# To add all files to branch use below command
$ git add File_Name

Type in a message relevant for the code reviewer using

# This message get associated with all files you have changed
$ git commit -m 'relevant message'

Now, Push your awesome work to your remote repository using

# To push your work to your remote repository
$ git push origin <add-your-branch-name>

Finally, go to your repository in the browser and click on compare and pull requests. Then add a title and description to your pull request that explains your precious effort :) .

versity's People

Contributors

96radhikajadhav avatar dawoodmalhi avatar kronaemmanuel avatar mrabdullahdev avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

versity's Issues

Create Readme file

Add readme file to have better understanding of the project for viewers.

Login/Signup Flow

Improvements required:

  • Add OAuth with Google, Microsoft
  • Don't let user click on "Sign Up" or "Login" button until they have filled a form
  • Display a spinning loading icon while the information is being sent to the API
  • Change the error handler to display more user-understandable errors
  • Handle error if the user loses internet connection
  • Add "Remember Me" functionality
  • Add "Forgot password" functionality
  • Customize email templates on Firebase to our own
  • Add "Resend Email" after 30 sec on SignUp page
  • Verify that user's email is verified before letting them sign in to the app

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.