Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hirishu10 committed May 31, 2022
1 parent 7fe00b0 commit 901d904
Show file tree
Hide file tree
Showing 34 changed files with 263 additions and 13 deletions.
8 changes: 8 additions & 0 deletions app/hooks.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import { TypedUseSelectorHook, useDispatch, useSelector } from "react-redux";
import type { RootState, AppDispatch } from "../store";

Expand Down
8 changes: 8 additions & 0 deletions components/AllCard.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import React from "react";
import styles from "../styles/AllCard.module.scss";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; // Import the FontAwesomeIcon component
Expand Down
8 changes: 8 additions & 0 deletions components/CookieBanner.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import React from "react";
import styles from "../styles/CookieBanner.module.scss";

Expand Down
8 changes: 8 additions & 0 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import Image from "next/image";
import styles from "../styles/Footer.module.scss";

Expand Down
8 changes: 8 additions & 0 deletions components/Navbar.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import styles from "../styles/Navbar.module.scss";

type FooterConfig = {
Expand Down
8 changes: 8 additions & 0 deletions components/Splash.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import Head from "next/head";
import Image from "next/image";
import React, { useEffect, useState } from "react";
Expand Down
8 changes: 8 additions & 0 deletions firebase.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import { initializeApp, getApps, getApp } from "firebase/app";
import { getAuth } from "firebase/auth";
import { getFirestore } from "firebase/firestore";
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "github-readme-design",
"version": "0.1.0",
"private": true,
"version": "1.0.0",
"private": false,
"author": "Rishu Chowdhary <hi.10rishu@gmail.com>",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
8 changes: 8 additions & 0 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import "../styles/globals.css";
import type { AppProps } from "next/app";
import "@fortawesome/fontawesome-svg-core/styles.css"; // import Font Awesome CSS
Expand Down
8 changes: 8 additions & 0 deletions pages/_document.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import { Html, Head, Main, NextScript } from "next/document";

export default function Document() {
Expand Down
9 changes: 8 additions & 1 deletion pages/api/getDateTime.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import type { NextApiRequest, NextApiResponse } from "next";
import {
getCustomDayNameFull,
Expand Down
9 changes: 8 additions & 1 deletion pages/api/getHeadDark.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import type { NextApiRequest, NextApiResponse } from "next";
import {
getCustomDayNameFull,
Expand Down
9 changes: 8 additions & 1 deletion pages/api/getHeadLight.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import type { NextApiRequest, NextApiResponse } from "next";
import {
getCustomDayNameFull,
Expand Down
8 changes: 8 additions & 0 deletions pages/api/hello.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import type { NextApiRequest, NextApiResponse } from "next";

type Data = {
Expand Down
9 changes: 8 additions & 1 deletion pages/api/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import type { NextApiRequest, NextApiResponse } from "next";

type Data = string;
Expand Down
8 changes: 8 additions & 0 deletions pages/api/languageCard.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import type { NextApiRequest, NextApiResponse } from "next";
import { languageConfigValues } from "../../utils/languageConfigValues";

Expand Down
9 changes: 8 additions & 1 deletion pages/api/metricCard.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import type { NextApiRequest, NextApiResponse } from "next";
import { metricConfigValues, totalStar } from "../../utils/metricConfigValues";

Expand Down
9 changes: 8 additions & 1 deletion pages/api/starRepo/getStarDark.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import type { NextApiRequest, NextApiResponse } from "next";
import { getRepoDetails } from "../../../utils/getRepoDetails";

Expand Down
9 changes: 8 additions & 1 deletion pages/api/starRepo/getStarLight.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import type { NextApiRequest, NextApiResponse } from "next";
import { getRepoDetails } from "../../../utils/getRepoDetails";

Expand Down
9 changes: 8 additions & 1 deletion pages/api/starRepo/testingStar.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import type { NextApiRequest, NextApiResponse } from "next";
import {
getCustomDayNameFull,
Expand Down
9 changes: 8 additions & 1 deletion pages/api/testingAPI.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import type { NextApiRequest, NextApiResponse } from "next";
import {
getCustomDayNameFull,
Expand Down
9 changes: 8 additions & 1 deletion pages/cookiepolicy.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import React, { useEffect } from "react";

import styles from "../styles/CookiePolicy.module.scss";
import $ from "jquery";
import Head from "next/head";
Expand Down
8 changes: 8 additions & 0 deletions pages/headstart.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import React, { useEffect, useState } from "react";
import type { NextPage } from "next";
import Head from "next/head";
Expand Down
8 changes: 8 additions & 0 deletions pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import type { NextPage } from "next";
import Head from "next/head";
import Image from "next/image";
Expand Down
8 changes: 8 additions & 0 deletions pages/star/repo/[user].js
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import React, { useEffect, useState } from "react";
import Head from "next/head";
import styles from "../../../styles/StarRepo/StarRepoPage.module.scss";
Expand Down
9 changes: 8 additions & 1 deletion redux/actions/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import { createAction } from "@reduxjs/toolkit";

/**
*
* @param {*} condtion It's make sure that user accepted the cookie policy
Expand Down
8 changes: 8 additions & 0 deletions redux/reducers/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import { createReducer } from "@reduxjs/toolkit";
import { setCookieEnabled, setGithubUsername } from "../actions";

Expand Down
8 changes: 8 additions & 0 deletions store.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
import { configureStore } from "@reduxjs/toolkit";
import { rootReducer } from "./redux/reducers/index";

Expand Down
6 changes: 6 additions & 0 deletions utils/convertCookieData.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Copyright Rishu Chowdhary 2022
*
* Github - https://github.com/hirishu10
*
*/
/**
*
* @param data String of the Cookie data
Expand Down
6 changes: 6 additions & 0 deletions utils/getConsoleDesign.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Copyright Rishu Chowdhary 2022
*
* Github - https://github.com/hirishu10
*
*/
/**
* @return Return the text design for the browser console :)
* @private Only for personal use :O
Expand Down
8 changes: 8 additions & 0 deletions utils/getRepoDetails.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
/**
*
* @param user Passed username of the Github Owner
Expand Down
8 changes: 8 additions & 0 deletions utils/languageConfigValues.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* With love from ❤️ Github-Readme-Design
* Github - https://github.com/hirishu10/github-readme-design
* App Link - https://github-readme-design.vercel.app/
* API Link - https://github-readme-design.vercel.app/api
* Version - 1.0.0
* License - MIT
*/
/**
*
* @param user Take the GithuUser name
Expand Down
Loading

1 comment on commit 901d904

@vercel
Copy link

@vercel vercel bot commented on 901d904 May 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.