Skip to content

Instantly share code, notes, and snippets.

View miracleonyenma's full-sized avatar
💭
Learning

Miracle Onyenma miracleonyenma

💭
Learning
View GitHub Profile
"use client";
import React, { use, useEffect, useState } from "react";
import { useFormik } from "formik";
import * as Yup from "yup";
import { useRouter, useSearchParams } from "next/navigation";
interface OTPFieldProps {
value: string;
onChange: (value: string) => void;
}
@miracleonyenma
miracleonyenma / products-for-personyze.csv
Created October 7, 2022 08:58
Products data in CSV for Personyze product catalog
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 61 columns, instead of 1. in line 1.
Internal ID,Title,Main Image URL,Secondary Image URL,Secondary Image URL 2,Product Page URL,Price,Sale Price,Is in Stock,Rating (number),Custom Integer ,Custom Integer ,Custom Integer ,Custom Integer ,Custom Integer ,Custom Number 1,Custom Number 2,Custom Number 3,Custom Number 4,Custom Number 5,category,Short Description,Long Description,Guide URL,Brand,Manufacturer,Size (number),Color,Gender,Age from,Age to,Latitude,Longitude,Inventory (integer),Exclude (text),Available Location (text),Not Available Location (text),category,Custom Text 2,Custom Text 3,Custom Text 4,Custom Text 5,Custom Text 6,Custom Text 7,Custom Text 8,Custom Text 9,Custom Text 10,Time 1,Time 2,Conditional prices,Data sources,Interests,Interests that update visitor's interests when VIEWED,Interests that update visitor's interests when ADDED TO CART,Interests that update visitor's interests when ADDED TO FAVORITES,Interests that update visitor's interests when PURCHASED,Categories,Tags,Families,Cross-sell categories,Upsell categories
REDMI_
@miracleonyenma
miracleonyenma / data.txt
Created June 6, 2020 17:15
Twitter API Intended use
Q: In English, please describe how you plan to use Twitter data and/or APIs. The more detailed the response, the easier it is to review and approve.
A: I plan to use the twitter API to develop apps, bots and other cool things. Mostly because I want to get my hands dirty with programming and build cool stuff along the way. Mostly to interact with the developer community and anyone interested in building software.
Q: Please describe how you will analyze Twitter data including any analysis of Tweets or Twitter users.
A: I plan to analyze the Twitter data I get from the API. I would use that data to keep track of my activities on Twitter, follows, tweets and other things that interest me. I would also not misuse this data or use it to cause intentional harm
Q: Will your app use Tweet, Retweet, like, follow, or Direct Message functionality?
Please describe your planned use of these features.
A: I would love to use these features as they would help me explore and understand the Twitter API to the fullest. I wou

2 elements 1 styled radio

Pure HTML/CSS animated and styled radio buttons with label (no extra elements required). Did these for a recent project and was quite happy with them.

A Pen by Tobias HarisonDenby on CodePen.

License.