A simple and intuitive note-taking app built with React and PostgreSQL to manage your daily thoughts, ideas, and tasks. Perfect for anyone who needs to quickly jot down notes and keep them organized.
- Create Notes: Add new notes easily through the user-friendly interface.
- Persistent Storage: Notes are saved to a PostgreSQL database, ensuring they are stored even after restarting the app.
- Responsive Design: The app looks great on all devices.
- Edit & Delete: Update or remove notes whenever you need.
- Authentication & styling with TailwindCSS: Under construction π§π·π»ββοΈ
- Frontend: React, ReactDOM
- Backend: Node.js, Express
- Database: PostgreSQL, pgAdmin
Here are some screenshots of the app:
- Fork this repository.
- Create a new branch for your feature (
git checkout -b feature-xyz). - Make your changes and commit them (
git commit -am 'Add feature xyz'). - Push to the branch (
git push origin feature-xyz). - Open a pull request.

