Git Product home page Git Product logo

gocha's Introduction

Gocha

Gocha is an app that allows users to save, edit and delete favorite bookmarks. Bookmarks are validated before storing them in the database. The local storage of the browser is used to store the bookmarks.

Stack

  • HTML
  • Sass
  • JavaScript
  • React

User Stories

  • /home - Users gain access to the /home to begin the flow.
  • Create a bookmark - Users add links to save them as bookmarks to have a personal collection of their favourite websites.
  • Edit a bookmark - Users can edit previously saved bookmarks to change or correct them.
  • Delete bookmark - Users can delete previously saved bookmarks individually to alter their bookmark list.
  • Delete all - Users can delete all bookmarks in the list with a single button.
  • Navigate the list - users can go through the list's different pages.
  • Search for bookmarks - Users can search for bookmarks in the list.

Models

Bookmarks

{
  id: Date;
  url: String;
}

gocha's People

Contributors

albertevieites avatar

Stargazers

 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.