max923 / profiles

Fork to make your profile
http://wizardamigos.com/profiles
MIT License
0 stars 0 forks source link

AMA #1

Open max923 opened 6 years ago

max923 commented 6 years ago

{ "name": "Max Fang", "projects": [ "Not yet", ], "background":[ "Front-end", ], "interests":[ "JavaScript", "Blockchain", ], "github": "https://github.com/max923" }

serapath commented 6 years ago

If you wrap the above in triple backticks like you did on the gitter chat, it formats nicely as JSON :-)

{
  "name": "Max Fang",
  "projects": [
    "https://github.com/max923/Fippo",
  ],
  "background":[
    "Front-end",
  ],
  "interests":[
    "JavaScript",
    "Blockchain",
  ],
  "github": "https://github.com/max923"
}

I checked your project :-) It looks pretty big and developed already.

Is it available on the app store somewhere?

I couldn't see any demo on your repo or screenshots or anything about what it's doing. I tried to google your app, but couldn't find any links.

Do you plan to work on this app more during the codecamp?

I couldn't see any open issue on your repository?

The "projects" section is meant as something that is open source and has a github repo and will be something you might plan to work on during the codecamp :-) Would be cool if you had open issue for others to have a hook to maybe collaborate with you.


I am currently visiting everyone's AMA issue to ask questions and get some inspiration to prepare for Saturday. Maybe you can do the same and find some inspiration or maybe find like minded people so you could learn or work together on your or their project :-)

serapath commented 6 years ago

did you already make a github repository for your project idea and have a link?

max923 commented 6 years ago

I've tried to use React-Native to Build kind of yelp food app, But It still in development stage (laugh),I haven't participate open source projects before,It's would be a good chance for me in codecamp.

I am interested in blockchain,But I still thinking about blockchain and project relatived , I will discuss with other people, and make a github repository as soon as possible.

serapath commented 6 years ago

Cool. Yeah - keep me updated - I'm interested. Maybe I can even help something. I don't know react-native, but i know cordova (to make mobile apps) and i use javascript libraries - maybe similar to https://preactjs.com or even more minimal

serapath commented 6 years ago

Did you check preact? How is it going otherwise?