Code Monkey home page Code Monkey logo

bears-team-10's People

Contributors

alexxmitchell avatar dependabot[bot] avatar jai-mygithub avatar leighd2008 avatar tropicalchancer avatar willybeans avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

bears-team-10's Issues

Community posts page

This will allow the user to see all posted topics. It will generate the list of existings posts and therefore allow them to view the topic they click on.

[Individual] Project Page

This is the page after community posts when the user clicks on a specific post. It will allow them to interact with the post by reading the content, perhaps contributing comments, and having access to express interest in the project.

View Profile

This will allow the user CRUD access to profile information.

Profile Photo
Name
Email
github/code base

Add testing environment

requires these dependencies be added:
enzyme
enzyme-adapter-react-16
jest-enzyme

also requires ./src/setupTests.js file be added and to contain the following:

import { configure } from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
import 'jest-enzyme';

configure({ adapter: new Adapter()});

Clear local user state on logout

After making a new user, and logging out, when i log into another user the state carries over and displays. Can others confirm this bug? Perhaps this is something no one will notice, as no one will be using this on multiple accounts?

Main Dashboard

This will be the center of the users experience. It will feature access to all aspects of the dashboard including:

Users profile
Community Projects Page
Ability to create a new Project
List of Previous Projects Created/contributed to

Test firefox compatibility

Fire fox simply does not work with the heroku link. Can everyone confirm that this is only on my computer and no where

Profile component path in App.jsx

Path of Profile component as used in App.jsx import is different from the actual path

import Profile from './Components/**UserProfile**/Profile';

Bears-Team-10/frontend/src/Components/userProfile/Profile.js

Eslint file

still need an eslint file for the text editors to consume and keep our code consistent.

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.