Giter VIP home page Giter VIP logo

hacknight5.0_leaderboard's Introduction

Developing

  1. Fork this repo and clone it to your local system
  2. Run npm install to install all the dependencies
  3. Start a development server on your local system with
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
npm run build

File Structure

  • Most of your work will be in the src/ folder and here's the folder structure for it:
src
├── app.css
├── app.html
├── lib
│   └── index.js
└── routes
    ├── Background.svelte
    ├── +layout.svelte
    ├── leaderboard
    │   ├── CardRow.svelte
    │   ├── Card.svelte
    │   └── +page.svelte
    ├── +page.svelte
    ├── repos
    │   └── +page.svelte
    └── [slug]
        ├── +page.js
        └── +page.svelte

6 directories, 12 files

Every folder inside the routes/ folder is a route. Every folder I mentioned, has a +page.svelte inside it. This defines the contents of that particular page. The +page.svelte inside the routes folder and outside any other folder inside the routes/ directory defines what's there in the root route. Refer the Svelte Documentation for more information. Feel free to approach the maintainer too.

Issues

  • We made this website and we think it's perfect, hence, the lack of issues
  • We expect the contributors to make issues and they will be awarded extra for the same
  • So go give our site some criticism and solve them!

Maintainer

Anurag Rao @anuragrao04

email: [email protected]

phone: 9663006833

hacknight5.0_leaderboard's People

Contributors

achyuthcodes30 avatar ad-chaos avatar anuragrao04 avatar bun137 avatar vyoj avatar

Stargazers

 avatar

Watchers

 avatar

hacknight5.0_leaderboard's Issues

Implement an autoscroll on the leaderboard

About

On the /leaderboard page, there is a hero section that takes up the screen. After this, the user has to scroll down to see the leaderboard.

Please implement an autoscroll feature, where, on page load, the hero section is visible for a few seconds and then the it automatically scrolls to the leaderboard. This should happen only if there is no user interaction. If a user interaction is detected (basically a scroll), this autoscroll behaviour must be aborted.

Bounty 60

Fix card styling

About

The background to the cards on the main leaderboard page is a solid opaque background right now. It would be nice if this was a blurred background that blends in with the background of the page. Don't make the cards itself have a blurred background as that would be bad for readability.

Currently, the colours for the usernames and the scores are monotone. Make changes to the colours of the usernames displayed on the leaderboard and the score to make them more readable and more visually appealing.

Please follow the hacktoberfest design guidelines found here

Any other visual creative changes will also attract brownie points.

Bounty 40

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.