Giter Site home page Giter Site logo

sticky-note-app's Introduction

Sticky Note App

Table of contents

Overview

An interactive app that will let users create “sticky notes” on their computer to keep track of to-do items.

The challenge

Users should be able to:

  • Create new sticky notes
  • Edit notes
  • Delete notes
  • Search notes
  • Use localStorage to keep track of notes

Screenshot

sticky-note-app

Links

My process

Built with

  • React

What I learned

  • How to break the UI into components as I build the component tree (the hierarchy of all the React components working together to render a user interface)
  • Identify and name presentational components
  • Identify and name container components

component-breakdown

Data flow is how your UI handles data, including where state data is managed and how references to that data are passed as props down the component tree. Carefully planning how your data flows between your different components will ensure your UI runs quickly and without any bugs.

To get data flowing through your UI, follow these steps:

  1. Determine what will change in the UI
  2. Choose a data model to represent dynamic content
  3. Assign data management to components
  4. Swap in state and props variables to replace static values

Continued development

I plan to continue learning more about React. Right now, I am going back over the basics of JavaScript and testing my knowledge by building challenges from Frontend Mentor with Vanilla JavaScript. After I complete those projects, I plan to rebuild them again in React as full stack applications.

Author

Acknowledgments

sticky-note-app's People

Contributors

kelsiepaige 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.