Giter Site home page Giter Site logo

willemprins93 / curator-client Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 57.73 MB

Tinder-style app where the user likes/dislikes artworks from the Metropolitan Museum of Art's open access collection.

Shell 0.06% HTML 2.50% CSS 0.46% JavaScript 71.03% SCSS 25.95%

curator-client's Introduction

M3 - Curator App


Description

Tinder-style app where the user likes/dislikes artworks from the Metropolitan Museum of Art's open access collection.

User Stories

  • 404: As an anon/user I can see a 404 page if I try to reach a page that does not exist so that I know it's my fault
  • Signup: As an anon I can sign up in the platform so that I can use the app
  • Login: As a user I can login to the platform so that I can use the app
  • Logout: As a user I can logout from the platform so no one else can use it
  • Like Artworks As a user I can like an artwork to add it to my collection
  • View Artwork As a user I can find out more info about my liked artworks
  • View Profile As a user I can look at my liked artworks, and find out more about them
  • Edit Collection As a user I can edit my collection to remove liked artworks later on
  • Edit User As a user I can edit my name and email
  • View Most Liked Artworks As a user I can view a list of most liked artworks, and how many likes they have

Backlog

User profile:

  • change password
  • see other users based on your likes

Artworks:

  • leave a comment

API:

  • add other museum's API's

Client

React Router Routes (React App)

Path Component Permissions Behavior
/ Home anon only <AnonRoute> Home page, link to Signup/Login
/signup Signup anon only <AnonRoute> Signup form, link to login, navigate to Curator after signup
/login Login anon only <AnonRoute> Login form, link to signup, navigate to Collection after login
/curator Curator user only <PrivateRoute> Shows sequence of random artworks, basic info and like/dislike button
/user User user only <PrivateRoute> Shows all user's liked artworks (image), as well as some analytics, edit profile link and logout link
/user/editcollection EditCollection user only <PrivateRoute> Edit collection of liked artworks
/user/editprofile EditUser user only <PrivateRoute> Edit user info
/artwork/:id Artwork user only <PrivateRoute> Details of an artwork
/likedworks LikedWorks user only <PrivateRoute> List of all liked works
/logout n/a user only <PrivateRoute> Logs user out

Components

  • Home

  • Login

  • Signup

  • Curator

  • User

  • Artwork

  • EditCollection

  • EditUser

  • LikedWorks

Services

  • Auth Service
    • auth.login(user)
    • auth.signup(user)
    • auth.edit(user)
    • auth.logout()
  • Curator Service
    • artwork.random()
    • artwork.add(id)
    • artwork.single(id)

Links

Trello/Kanban

Trello

Git

The url to your repository and to your deployed project

Client repository Link

Server repository Link

Deployed App Link

Slides

The url to your presentation slides

Slides Link

curator-client's People

Contributors

willemprins93 avatar

Watchers

 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.