Giter Club home page Giter Club logo

collegium's Introduction

Pawan Kumar Mishra's Dev Card

metrics

collegium's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

collegium's Issues

Login page

Create a login page react component with tailwindcss styling.

User profile big

Create a user profile page, where user can edit his/her details. Somewhat similar to this image.
image

  • The form should contain the following fields

Name
College
Roll no
Branch
Password
Confirm Password
Image upload

Create event card medium

A react component to show events.
It takes event details as props and shows them according to this rough design.
Styling should be done using tailwindcss only
image

Add user authentication in the API

Create an authentication system

  • To register and log user
  • hash passwords
  • save hashed passwords in mongodb database
  • Do common validations in the backend

Create a mongo dB Database.

In the api directory, Create a mongo dB Database using mongoose, with 3 collections:

  • User
  • Name
  • Email
  • Password
  • Gender
  • Roll no
  • Tag
  • Name
  • Type
  • Event
  • Name
  • Message
  • Event coordinator/s (list of objects of User collection)
  • Date and Time of event
  • Last date of registration
  • Venue address
  • Attendees( list of objects of Users collection)
  • Tags (list of objects of tags)

User/login/

Provide basic validation and password hashing while logging in the user

Fetch data for dashboard

  • Fetch user data and show it on profile
  • Fetch events data for event cards
  • Fetch registered events data

adding a calendar API

Can we add a calendar to this project? It will be easy for users to view information in calendar.

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.