This repo renders contribution data.

Overview

This is a Next.js project bootstrapped with create-next-app.

Getting Started

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.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Comments
  • feat: redirect not found page to homepage

    feat: redirect not found page to homepage

    What type of PR is this? (check all applicable)

    • [x] πŸ• Feature
    • [ ] πŸ› Bug Fix
    • [ ] πŸ“ Documentation Update
    • [ ] 🎨 Style
    • [ ] πŸ§‘β€πŸ’» Code Refactor
    • [ ] πŸ”₯ Performance Improvements
    • [ ] βœ… Test
    • [ ] πŸ€– Build
    • [ ] πŸ” CI
    • [ ] πŸ“¦ Chore (Release)
    • [ ] ⏩ Revert

    Description

    Add a 404 page that redirects to the homepage

    Related Tickets & Documents

    Fixes #3

    Mobile & Desktop Screenshots/Recordings

    Added tests?

    • [ ] πŸ‘ yes
    • [x] πŸ™… no, because they aren't needed
    • [ ] πŸ™‹ no, because I need help

    Added to documentation?

    • [ ] πŸ“œ README.md
    • [ ] πŸ““ docs.opensauced.pizza
    • [ ] πŸ• dev.to/opensauced
    • [ ] πŸ“• storybook
    • [x] πŸ™… no documentation needed

    [optional] Are there any post-deployment tasks we need to perform?

    [optional] What gif best describes this PR or how it makes you feel?

    released on @beta released 
    opened by TAKANOME-DEV 6
  • feat: 3 homepage form

    feat: 3 homepage form

    What type of PR is this? (check all applicable)

    • [x] πŸ• Feature
    • [ ] πŸ› Bug Fix
    • [ ] πŸ“ Documentation Update
    • [ ] 🎨 Style
    • [ ] πŸ§‘β€πŸ’» Code Refactor
    • [ ] πŸ”₯ Performance Improvements
    • [ ] βœ… Test
    • [ ] πŸ€– Build
    • [ ] πŸ” CI
    • [ ] πŸ“¦ Chore (Release)
    • [ ] ⏩ Revert

    Description

    This PR add a search on the landing page

    Details

    • adds tailwinds
    • favicon
    • Search box
    • TBD

    Related Tickets & Documents

    fix #3

    Mobile & Desktop Screenshots/Recordings

    Added tests?

    • [ ] πŸ‘ yes
    • [x] πŸ™… no, because they aren't needed
    • [ ] πŸ™‹ no, because I need help

    Added to documentation?

    • [ ] πŸ“œ README.md
    • [ ] πŸ““ docs.opensauced.pizza
    • [ ] πŸ• dev.to/opensauced
    • [ ] πŸ“• storybook
    • [x] πŸ™… no documentation needed

    [optional] Are there any post-deployment tasks we need to perform?

    [optional] What gif best describes this PR or how it makes you feel?

    released on @beta released 
    opened by bdougie 4
  • feat: Adds working search to home page

    feat: Adds working search to home page

    What type of PR is this? (check all applicable)

    • [x] πŸ• Feature
    • [ ] πŸ› Bug Fix
    • [ ] πŸ“ Documentation Update
    • [ ] 🎨 Style
    • [ ] πŸ§‘β€πŸ’» Code Refactor
    • [ ] πŸ”₯ Performance Improvements
    • [ ] βœ… Test
    • [ ] πŸ€– Build
    • [ ] πŸ” CI
    • [ ] πŸ“¦ Chore (Release)
    • [ ] ⏩ Revert

    Description

    This PR adds working routing and search for the contributor.info landing.

    Details

    • router.push
    • useKeys (rook)
    • data fetching from repo/list (TODO)

    Related Tickets & Documents

    fixes #4

    Mobile & Desktop Screenshots/Recordings

    Screen Shot 2022-09-20 at 4 00 41 PM

    Added tests?

    • [ ] πŸ‘ yes
    • [x] πŸ™… no, because they aren't needed
    • [ ] πŸ™‹ no, because I need help

    Added to documentation?

    • [ ] πŸ“œ README.md
    • [ ] πŸ““ docs.opensauced.pizza
    • [ ] πŸ• dev.to/opensauced
    • [ ] πŸ“• storybook
    • [x] πŸ™… no documentation needed

    [optional] Are there any post-deployment tasks we need to perform?

    Need to work #12 next

    [optional] What gif best describes this PR or how it makes you feel?

    released on @beta released 
    opened by bdougie 3
  • Feature: home page

    Feature: home page

    Type of feature

    πŸ• Feature

    Current behavior

    Currently, the home page is the next default. We need to replace that with a search or landing page.

    Suggested solution

    Screen Shot 2022-09-16 at 2 36 45 PM

    Additional context

    No response

    Code of Conduct

    • [X] I agree to follow this project's Code of Conduct

    Contributing Docs

    • [X] I agree to follow this project's Contribution Docs
    πŸ’‘ feature released on @beta released 
    opened by bdougie 2
  • Feature: i'm feeling lucky button

    Feature: i'm feeling lucky button

    Type of feature

    πŸ• Feature

    Current behavior

    Punting on this feature so I can merge #11

    Suggested solution

    Most of the code is comment, just need randomize 1-100 selection

    image

    Additional context

    No response

    Code of Conduct

    • [X] I agree to follow this project's Code of Conduct

    Contributing Docs

    • [ ] I agree to follow this project's Contribution Docs
    πŸ’‘ feature 
    opened by bdougie 0
  • Bug: rename all ts + jsx files to tsx.

    Bug: rename all ts + jsx files to tsx.

    Describe the bug

    Missed this when pushing the original working code.

    Steps to reproduce

    Delete this - https://github.com/open-sauced/contributor.info/blob/main/pages/%5Bowner%5D/%5Brepo%5D/index.ts Leave this - https://github.com/open-sauced/contributor.info/blob/main/pages/%5Bowner%5D/%5Brepo%5D/index.tsx

    Affected services

    opensauced.pizza

    Platforms

    Desktop

    Browsers

    No response

    Environment

    No response

    Additional context

    No response

    Code of Conduct

    • [X] I agree to follow this project's Code of Conduct

    Contributing Docs

    • [X] I agree to follow this project's Contribution Docs
    πŸ› bug 
    opened by bdougie 0
  • Feature: Make this readme match hot.opensauced.pizza

    Feature: Make this readme match hot.opensauced.pizza

    Type of feature

    πŸ“ Documentation

    Current behavior

    Currently the ream the standard next one.

    Suggested solution

    update the readme to look and feel similar to https://github.com/open-sauced/hot/blob/beta/README.md

    Additional context

    No response

    Code of Conduct

    • [X] I agree to follow this project's Code of Conduct

    Contributing Docs

    • [X] I agree to follow this project's Contribution Docs
    πŸ’‘ feature 
    opened by bdougie 2
Releases(v1.1.0)
Owner
OpenSauced
Organization for the projects that build opensauced.pizza
OpenSauced
Renders and SVG schema of SARS-CoV-2 clade as defined by Neststrain

ncov-clade-schema https://ncov-clades-schema.vercel.app/ Visualizes current tree of SARS-CoV-2 clades. Allows to generate an SVG image of this tree. C

Nextstrain 5 Nov 3, 2022
Holder renders image placeholders in browser using SVG

Holder Holder renders image placeholders in browser using SVG. Used by thousands of open source projects (including Bootstrap v3) and many other sites

Ivan Malopinsky 5.8k Jan 2, 2023
A lightweight JavaScript library that renders text in a brilliant style by displaying strings of random characters before the actual text.

cryptoWriter.js A lightweight javascript library which creates brilliant text animation by rendering strings of random characters before the actual te

Keshav Bajaj 2 Sep 13, 2022
A Cloudflare Workers service that fetches and renders Notion pages as HTML, Markdown, or JSON.

notion-fetch A Cloudflare Workers service that fetches and renders Notion pages as HTML, Markdown, or JSON. Powered by Durable Objects and R2. Usage P

Heyang Zhou 7 Jan 6, 2023
Medusa + Next.js starter frontend UI project as a part of Open source contribution.

Medusa Next.js Starter Medusa is an open-source headless commerce engine that enables developers to create amazing digital commerce experiences. Prere

Gourav Singh Rawat 9 Dec 15, 2022
Write something on your contribution graph!

GitWrite Write something on your contribution graph! What is GitWrite? GitWrite is a little tool I developed that lets you add a short message to a ye

yodalightsabr 23 Sep 19, 2022
Contribution to the participatory resilience hackathon by Alexander Eggerth, Gawain Marti, Ilija Peijc and me.

GeoHelp A big part of every event is safety. Organizers of these events go to great lengths to ensure the safety of their guests. Security personnel,

Studer Nicola 3 Sep 10, 2022
Own and know your contribution in Science - CitizenSci

Citizen Sci The Pinata API allows for decentralized storage of research data but not at the cost of losing control and privacy over the data as the ac

Kai-Ti Wu 4 Sep 18, 2022
Full stack app to journal and keep track of your overall mood each day of the year, inspired by GitHub's contribution graph.

Mood Tracker Mood tracker to journal and keep track of your overall mood each day of the year. How It's Made: Tech used: EJS, CSS, JavaScript, Node.js

Bianca Togonon 44 Dec 14, 2022
Repository for contribution.

Hacktoberfest_22 Repository for contribution. Understanding Recursion in easier way Just fork it and add a code of recursion to contribute for hacktob

Abdul Moiz Quddus 9 Dec 29, 2022
Intermediate HTML-CSS-JS Repository to promote Open Source Contribution for Hacktoberfest 2022

Fun-with-JS ?? This project is a sincere attempt by MSTC, DA-IICT to encourage Open Source contribution. Make the best out of the ongoing Hacktoberfes

MSTC, DA-IICT 3 Dec 9, 2022
This is email scheduler made using MERN. This repo contains server code, client repo is linked in readme.

Email Scheduler Client This is an email scheduler server (client in different repository). It is made using node.js/express.js. Overview User can sign

Sai Charan 2 Dec 3, 2022
Free to use and not for sale. This repo uses scrape or data.json

Aine-MD This script is free, if caught sold, this script will be deleted immediately. Don't forget to follow my github Script ini gratis, Jika ketahua

Aine 119 Dec 30, 2022
JSON Visio is data visualization tool for your json data which seamlessly illustrates your data on graphs without having to restructure anything, paste directly or import file.

JSON Visio is data visualization tool for your json data which seamlessly illustrates your data on graphs without having to restructure anything, paste directly or import file.

Aykut Saraç 20.6k Jan 4, 2023
It shows an effective way to correct bus arrival information using data analytics based on Amazon Serverless such as Kiness Data Stream, Kinesis Data Firehose, S3, and Lambda.

Amazon Serverlessλ₯Ό μ΄μš©ν•œ μ‹€μ‹œκ°„ λ²„μŠ€ 정보 μˆ˜μ§‘ 및 μ €μž₯ λ³Έ github repositoryλŠ” λ²„μŠ€ 정보λ₯Ό 주기적으둜 μˆ˜μ§‘ν•˜μ—¬ 뢄석할 수 μžˆλ„λ‘, Amazon Serverless인 Amazon Kinesis Data Stream, Kinesis Data

John Park 4 Nov 13, 2022
A table component for your Mantine data-rich applications, supporting asynchronous data loading, column sorting, custom cell data rendering, row context menus, dark theme, and more.

Mantine DataTable A "dark-theme aware" table component for your Mantine UI data-rich applications, featuring asynchronous data loading support, pagina

Ionut-Cristian Florescu 331 Jan 4, 2023
Tool to sign data with a Cardano-Secret-Key // verify data with a Cardano-Public-Key // generate CIP-8 & CIP-36 data

Tool to sign data with a Cardano-Secret-Key // verify data with a Cardano-Public-Key // generate CIP-8 & CIP-36 data

Martin Lang 11 Dec 21, 2022
This repo is a collection of code samples and links to previous twitch live stream sessions. If you have any ideas or suggestions for future episodes, feel free to open an issue.

Talk DEV to me Talk DEV to me is a monthly show on twitch.tv/aws hosted by Tiago Barbosa and Alex Melnyk, where we invite customers, partners, or Amaz

AWS Samples 122 Jan 6, 2023