Giter VIP home page Giter VIP logo

lumiere's Introduction

๐Ÿ‘‹ Hello there!

My goal is to make games and contribute to open source. That's it.

๐Ÿ›  Technologies & Tools

ย  ย  ย  ย 

lumiere's People

Contributors

lostptr avatar

Watchers

 avatar

lumiere's Issues

Basic Redux flow

Write all boilerplate code necessary for Redux and make two changes:

  • Home screen: list all of the notes contained in the store.
  • Editor screen: when submiting a note, add it to the store.

Configure Redux

Redux must be configured and used both in Home and Editor screens.
There should be at least a list of Notes that allows to add, edit and remove a note.

Editor

  • add a note when submitted and operation is create.
  • present data from the selected note when operation is edit.
  • update a note when submitted and operation is edit.

Home

  • show the current list of notes dynamically
  • clicking on the note should open the editor for editing the note
  • clicking and holding should ask the user to delete note

Delete note

When pressing and holding a note, a dialog should appear to ask the user if they want to delete that note. If yes, remove the note from the store.

Edit created note

Clicking on the note in the Home screen should open the editor with the selected note's data.
After submitting, the notes data should be updated in the store.

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.