# ๐Ÿง  Thinkboard **Thinkboard** is a simple and intuitive note-taking web application built using the **MERN stack** (MongoDB, Express, React, Node.js). It allows users to: - Create notes - Save notes with timestamps - Delete notes when no longer needed ๐Ÿš€ **Live Demo:** [https://thinkboard-7pr6.onrender.com](https://thinkboard-7pr6.onrender.com) --- ## ๐Ÿ“ธ Features - ๐Ÿ““ Add and save notes - ๐Ÿ•’ Notes include timestamps - ๐Ÿ—‘๏ธ Delete notes - โšก Responsive and fast UI --- ## ๐Ÿ› ๏ธ Tech Stack - **Frontend**: React, CSS - **Backend**: Node.js, Express - **Database**: MongoDB - **Deployment**: Render --- ## ๐Ÿ“ฆ Installation ### Prerequisites - Node.js - npm or yarn - MongoDB (local or remote) ### Clone the Repository ```bash git clone https://github.com/kcoder3004/Thinkboard.git cd Thinkboard ``` --- ## ๐Ÿงช Usage 1. Navigate to the deployed app: [Thinkboard on Render](https://thinkboard-7pr6.onrender.com) 2. Add your thoughts in the note field. 3. Click โ€œSaveโ€ to store your note. 4. Click the delete icon to delete a note when you're done. --- ## ๐Ÿค Contributing Pull requests are welcome! For major changes, please open an issue first to discuss what you'd like to change. Steps: - Fork the repo - Create your branch (`git checkout -b feature/feature-name`) - Commit your changes (`git commit -am 'Add new feature'`) - Push to the branch (`git push origin feature/feature-name`) - Open a Pull Request --- ## ๐Ÿ“„ License This project is licensed under the [MIT License](LICENSE). --- ## ๐Ÿ“ฌ Contact Created by [@kcoder3004](https://github.com/kcoder3004)