Skip to content

Instantly share code, notes, and snippets.

View noximus's full-sized avatar
🪄
Making Magic Happen

Nox noximus

🪄
Making Magic Happen
View GitHub Profile
@noximus
noximus / Home.js
Last active November 7, 2018 02:08 — forked from thecookieorg/Home.js
snippet I grabbed from somewhere
import React, { Component } from 'react';
import { View, Text, TouchableOpacity } from 'react-native';
import axios from 'axios';
class Home extends Component {
state = {
posts: []
}
componentWillMount() {
@noximus
noximus / README-Template.md
Last active February 20, 2019 01:33 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites