Skip to content

Instantly share code, notes, and snippets.

View scottiedog45's full-sized avatar
🎯
Focusing

Scott O'Toole scottiedog45

🎯
Focusing
View GitHub Profile
piqnic-
picnic-
piknik-
piqniq-
pknik-
https://glitch.com/edit/#!/aquatic-dryer?path=server.js:4:37
https://glitch.com/edit/#!/neighborly-writer?path=server.js:11:4
run mongo shell
db.restaurant.find();
db.restaurants.
find().
sort({name:1}).
limit(10);
var documentId = ObjectId('xxxxx');
This app consolidates cryptocurrency information to help a user decide to invest, or not.
As a user, I should be able to sign into my account.
As a user, I should be able to record my thougths about investing in an easy and inuitive way.
As a user, I should be able to edit and retrieve these records.
As a user, I should have access to the latest information regarding pricing.
Screens:
1)login page
2) There will be a screen for writing and recording investment strategy and ideas
3)There will be a sceern for searching the current price of different CC
4)For searching news data on a respective currency
USERFLOW:
Homescreen:
Make mobile responsive
Adjust alerts and appearance of disabled inputs
import React from 'react';
import './navigation-bar.css';
export default function NavigationBar(props){
const links = props.links.map((link, index) => (
<li key={index}>
<a href={link.href}>
{link.text}
</a>
GIF EXAMPLE:
import React from 'react';
import SurpriseButton from './surprise-button';
import SurpriseImage from './surprise-image';
export default class Surprise extends React.Component {
constructor(props) {
super(props);
import React from 'react';
import { shallow, mount } from 'enzyme';
import GuessForm from './guess-form';
describe('<GuessForm />', () => {
it('Renders without crashing', () => {
shallow(<GuessForm />);
});
https://glitch.com/edit/#!/tangible-creator?path=README.md:1:0
https://glitch.com/edit/#!/swift-behavior?path=README.md:1:0