Giter Club home page Giter Club logo

shedapp's Introduction

Joseph Betts

Open Source Love
A software developer that's just trying to improve his skillset. ๐Ÿ˜„

shedapp's People

Contributors

anikashc avatar jbetts97 avatar

Watchers

 avatar

Forkers

anikashc

shedapp's Issues

List page not accessible from page other than dashboard

Context:
If you are on any page other than the dashboard page, and you try to access the list page, a react error occurs.
This is because list requires a user state to be passed to it, so that the correct list is posted. The list user state is lost if not on the dashboard page.

Replication Steps:

  1. Install and run project.
  2. Login (which takes you to dashboard page).
  3. Click on the details of any item.
  4. Click on list button on the navbar.

API Authentication Required

User Authentication

Need a way for the user to authenticate via the existing API in `/server` directory.
This API should be adapted to use JWT to authenticate when user accesses following protected routes:
  • Dashboard.js -> uses localhost:8081/items
  • Info.js
  • List.js -> uses localhost:8081/list

Currently I am using props.history.push to push the state returned from localhost:8081/login to the dashboard.js, which causes many problems (for example when trying to refresh page, or access page from another page).

Add profile section

Add functionality for user to view their profile and add typical things to their profile such as bio, location and profile image

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.