Skip to content

antonDedyaev/my-notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Notes

This is a simple React-based app for making text notes. You can add notes using small embedded text editor, look through all the notes that you have and edit/delete any note you choose.

Check the deployed app at:

https://antondedyaev.github.io/my-notes-app/

Install and use:

  1. Clone the repository using:
git clone https://github.com/antonDedyaev/my-notes-app/
  1. Install the app using:
make install
  1. Start the app locally using:
make start

Used frameworks and tools:

  • ReactJS / Redux
  • Bootstrap / React-Bootstrap
  • CKEditor
  • React-toastify
  • GitHub Pages