Git Product home page Git Product logo

google-photos-clone's Issues

Typo in README

There is a typo in README under Technology Used section.
The word Cloud is misspelled as Clourd.

Anybody who is interested in contributing can fix this typo and make a PR.

adding validation for album name

Problem

Right now there is no validation check for the album name, which means a user can create an album with any number of characters.

Solution

check whether the length of the album name is between 1 and 16 characters.

Idea

Implement an if statement inside src/components/CreateAlbumModal.js before creating an album and check for the length of the album name, if it is more than 16 characters show a warning and not create the album.

Anyone who wants to implement this please let me know by leaving a comment below. I'll assign it to you

Preventing user from uploading more than 3 photos in on go

Problem

Right now a user can upload as many images in one go, since this is a simple clone project it's really not required for the user to upload more images than a certain number.

Solution

Prevent the user from uploading more than 3 images in one go.

Idea

Implement an if statement before uploading and check the number of images the user is trying to upload, if it is more than 3 show a warning message and not upload it.

Anyone who wants to implement this please let me know by leaving a comment below. I'll assign it to you

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.