Skip to content
View S-Solomon's full-sized avatar
💭
CODING
💭
CODING
Block or Report

Block or report S-Solomon

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
S-Solomon/README.md
import { Solomon, Bio } from "portfolio"
import { nanoid } from 'nanoid';

class AboutMe extends Solomon.Bio {
  const getDailyKnowledge = () => {
    return (
		[
		    id: nanoid(), name: 'HTML',
		    id: nanoid(), name: 'CSS/SASS',
		    id: nanoid(), name: 'Javascript(ES6)'

		 ]
	   )
     }

    render (
      return (
	 <div>
	    {getDailyKnowledge().map(item => {
		return(
		  <div key={item.id}>
		  	<h1>{item.name}</h1>
		  </div>
		)
	    })}
	 </div>
	)
    )
}

export default AboutMe

Front‑End_Checklist followed

Pinned Loading

  1. App-Modern App-Modern Public

    App modern - experience your ultimate mobile application 📱

    TypeScript

  2. Javascript-21-days-challenge Javascript-21-days-challenge Public

    Vanilla Js only 🔥

    JavaScript

  3. javascriptProjects javascriptProjects Public

    Curated list of vanilla Js projects 🔥

    JavaScript

  4. ReactJSPortfolio-v2 ReactJSPortfolio-v2 Public

    React portfolio template

    JavaScript

  5. Covid19-Stats Covid19-Stats Public

    Covid-19 Postman Api

    TypeScript