Skip to content

V-ini-t86/keeper-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoteKeeper

Image of Logo

NoteKeeper is an open-source build with reactjs and useReducer+useContext, it quickly captures what's on your mind. It can add multiple notes for anything like a shopping list, groceries item, lists of school work, etc.

GitHub issues GitHub forks GitHub stars

Functionality Added on this project

  • Add Notes Using a Form
  • Change color of the notes
  • Add timer to the notes
  • Add To Archive
  • Add To Trash
  • Delete all by trash
  • Adding all to archive
  • Open Cards By clicking on Aspect
  • Cards Are editable

Packages used in this project:

Name Badge
Reactjs React
Redux Redux
React Router React Router
Yarn Yarn
Bootstrap Bootstrap
Material UI Material UI
Nodejs NodeJS
HTML5 HTML5
CSS3 CSS3

Getting Started With this project

run yarn install || npm install

to download the dependencies of the project.

To Start the Server

run yarn start || npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.