Skip to content

akifmertturk/keeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

keeper

REACT HTML CSS

Keeper is a front-end project that the user can take notes and list them.
I built this app to demonstrate what I know about React and what I can do with it.
This is an example project on Udemy course the-complete-web-development-bootcamp by Angela Yu. I have completed this course, while I taking this course, I succesfully completed all challanges and this Keeper is one of them.

Features

  • Create notes with a title and content
  • List all notes
  • Delete a note

Run

You can visit codesandbox-keeper to run and see the project.
or
You can run this project in your local machine by clonning the repo and commanding the following commands in your terminal:
$npm i
$npm run start