This is a simple notes app built using React. It allows users to create, update, and delete notes. Additionally, users can search through their notes and toggle between light and dark modes.
To get started, you'll need to have Node installed on your local machine. Once you have Node installed, you can download the project or clone it using the following command in your terminal:
$ git clone https://github.com/JavadH0sseini/Note.git
Navigate to the project directory and install the project dependencies:
$ cd react-notes-app
$ npm install
Once you've installed the dependencies, start the app:
$ npm start
- React
- React Hooks
- Tailwind CSS