Skip to content

dLars99/react-nutshell-thepecans

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is up to date with nss-day-cohort-41/react-nutshell-thepecans:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
api
 
 
 
 
src
 
 
 
 
 
 
 
 

Nutshell

by Team Pecans

Team Pecans is:

  • David Larsen (events, articles, header/navigation, readme)
  • John Hester (friends list, messages)
  • Brendan Abernathy (tasks, login, homepage)

Description

Nutshell is a social media platform where users can share messages, articles, and events, as well as keep track of a task checklist. Once registered and logged in, the user will be presented with information about these items, as well as their list of friends. Messages are visible from all users across the website. If a user's friends have articles or events they have shared, those will be visible as well. Aside from the dashboard view, each item can be viewed on its own via the navigation bar.

Instructions

To install and run the app:

  1. Clone the repository to your local machine
  2. From the cloned directory, type npm start .
  3. Serve a database from the api folder in JSON-Server using port 5002. An example.json file is included in the repo.
  4. Navigate to the app in your web browser. Default address is localhost:3000

Support

For any questions, please contact any member of Team Pecans on GitHub.

About

react-nutshell-thepecans created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.1%
  • CSS 11.4%
  • HTML 2.5%