Giter Site home page Giter Site logo

ember-parr / nuttyshell-react-plentyofwitches Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nss-day-cohort-43/nuttyshell-react-plentyofwitches

0.0 0.0 0.0 720 KB

nuttyshell-react-plentyofwitches created by GitHub Classroom

HTML 3.24% CSS 3.69% JavaScript 93.07%

nuttyshell-react-plentyofwitches's Introduction

Group Project completed during course at Nashville Software School [October 2020]

Plenty of witches is a Halloween themed social site. Users can manager messages, tasks, events, friends and events. My contribution to group project: News Article components.

Technologies: React.js, ReactStrap, Json, HTML, CSS

Nutshell: The Information Dashboard

Instructions for project:

Nutshell is a new product offering that you have been tasked with building. It's a dashboard for people to use to organize their daily tasks, events, news article, friends, and chat messages.

You will be utilizing all of the skills and concepts that you've learned up to this point in the course.

  1. Functions
  2. Databases
  3. Github
  4. Objects
  5. CSS/Flexbox
  6. Array methods
  7. Components
  8. Handling user events
  9. Implementing CRUD operations
  10. Relational data
  11. ERDs

To start you off, here's an example of what the resources in your API should look like once it's populated with some data from your application.

Users

{ "id": 1, "username": "Steve", "email": "[email protected]" }

Messages

{ "id": 1, "userId": 1, "message": "What's up?" }

News

{
	"id": 1,
	"userId": 2,
	"url": "https://www.quantamagazine.org/newfound-wormhole-allows-information-to-escape-black-holes-20171023/",
	"title": "Wormholes Allow Information to Escape Black Holes",
	"synopsis": "Check out this recent discovery about workholes"
}

Friends

{ "id": 1, "userId": 1, "following": 3 }

Tasks

{ "id": 1, "userId": 3, "task": "Take out garbage", "complete": false }

Professional Requirements

  1. Each module should have a comment at the top with the following info: author(s) and purpose of module
  2. The README for your project should include instructions on how another person can download and run the application

A Note About Authentication

We want you to know that the login and registration code we have given you is fake, completely insecure, and would never be implemented in a professional application. It is a simulation authentication using very simplistic tools, because authentication is not a learning objective of students at NSS.

You will be using session storage to keep track of which user has logged into Nutshell. You need to read the code in the LoginForm and RegisterForm components so that you see what is going on, but you do not need to change it. However, you will have to use a custom message that is being dispatched by those components.

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.