Skip to content

The Keeper App is a simple and intuitive note-taking application built using React. It provides users with a clean and organized interface to create, edit, and delete notes effortlessly. The app is designed to be user-friendly, making it a perfect solution for keeping track of tasks, ideas, and anything else that comes to mind.

Notifications You must be signed in to change notification settings

anderson92zolis/react_p1_keeper_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keeper App

keeper_App

This is a simple React application that demonstrates how to create a header, footer, and notes component.

Instructions

Goal 1

  1. Create a new React app.
  2. Create a App.jsx component.
  3. Create a Header.jsx component that renders a <header> element

    to show the Keeper App name in an <h1>.

  4. Create a Footer.jsx component that renders a element

    to show a copyright message in a <p> with a dynamically updated year.

  5. Create a Note.jsx component to show a <div> element with a

    <h1> for a title and a <p> for the content.

  6. Make sure that the final website is styled like the example shown here: final website

HINT: You will need to study the classes in teh styles.css file to appy styling.


Goal 2

Keeper App with Json file

  1. Modify the App code to add extra functionalities such as using a JSON file to add notes automatically, iterating over the array via map, and using arrow functions.

About

The Keeper App is a simple and intuitive note-taking application built using React. It provides users with a clean and organized interface to create, edit, and delete notes effortlessly. The app is designed to be user-friendly, making it a perfect solution for keeping track of tasks, ideas, and anything else that comes to mind.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published