Giter Club home page Giter Club logo

dscpvgcoet.github.io's People

Contributors

adi-uchiha avatar adityabakare avatar adwaitbhope avatar anushkaspatil avatar gaurav1620 avatar m0rphtail avatar maheshn22 avatar rohitdalvi18 avatar sahildahekar avatar shravaniparaswar avatar siddheshkukade avatar tacitonic avatar tanmaybhosale avatar yatish1606 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dscpvgcoet.github.io's Issues

Implement filtering in BlogList.jsx

In BlogList.jsx, we have an array of tags associated with each blog. On the webpage, we have some filters so that anyone can read the blogs about topics they like.
Something like a filtering system would be nice in which if someone clicks on a tag called 'flutter' only those blogs are shown which have flutter as a tag associated with them.

The Blog.jsx is a reduntant file, all code related to blogs is in BlogList.jsx

Remove the Archives page

Archives will contain team and events info about the previous year's DSC committee. The archives is something that next year's committee can implement, so we can remove it for now

Implement the Resources page

Resources includes all the material from our events such as PDFs, presentations, documents etc in a centralized place.

Fix Event Details Page

The form button and the timer for the event should only be visible if the event is not expired. Once the event is complete, the form button and the timer should be hidden. Right now as all the events are done, the timer and form button is removed

Fix Mobile view

Mobile view needs to be fixed, as most users will view the website in a smartphone

Change layout to grid in OurTeam.jsx

Currently, we recycle a component called renderCompleteTeam which accepts starting and ending indexes for displaying people. By changing to grid layout, we'll be able to reduce the code and confusion.
Something on the lines on

<div gridLayout>
{
    teamInformation.team.map((member) => renderCompleteTeam(member))
}
</div>

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.