Coder Social home page Coder Social logo

nutshell's Introduction

Nutshell: The Information Dashboard

Setup: Follow these steps exactly

  1. Clone this repository
  2. cd into the directory it creates
  3. cd into the src directory and serve/hs
  4. In a separate terminal window, cd into the api directory
  5. json-server -p 3000 -w database.json

Instructions

Nutshell is a dashboard for Flat Earthers to use to organize their daily tasks, events, news article, friends, and chat messages.

Features

  1. Login/register as a new user
  2. Add/remove friends
  3. Add/edit/remove tasks
  4. Add/edit/remove news
  5. Add/edit/remove events
  6. Send receive public messages and edit yours
  7. Add friends from search or messages section
  8. View news and events of friends/self in chronological order
  9. Stay logged in on page refresh
  10. Logout
  11. Confirm password and username for security
  12. Mark tasks as complete

Sample Data

"news": [
    {
      "id": 1,
      "userId": 1,
      "title": "Wormholes Allow Information to Escape Black Holes",
      "synopsis": "Wormholes Allow Information to Escape Black Holes",
      "url": "https://www.quantamagazine.org/newfound-wormhole-allows-information-to-escape-black-holes-20171023/",
      "date": "1/17/2020"
    }
]
"events": [
    {
      "id": 5,
      "userId": 1,
      "name": "NASA Always Lies About Everything",
      "date": "Tue Feb 02 2021 12:00:00 GMT-0600 (Central Standard Time)",
      "location": "Ice Wall"
    }
]
 "tasks": [
    {
      "userId": 1,
      "name": "Ouestion everything",
      "completionDate": "2020-01-10",
      "id": 4,
      "isCompleted": true
    }
 ]
"messages": [
    {
      "id": 1,
      "message": "What's up?",
      "userId": 1
    }
]
"friends": [
    {
      "userId": 3,
      "friendInitiateId": 4,
      "active": true,
      "id": 12
    }
]
"users": [
    {
      "id": 1,
      "userName": "Steve",
      "email": "[email protected]",
      "password": "123"
    }
]

Authored by:

nutshell's People

Contributors

wggreen avatar jamesnitz avatar onteriowright avatar aborgra avatar mosilvera avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.