A Note to Remember is a full-stack MERN (MongoDB, Express, React, Node.js) app that helps you keep track of important notes, reminders, and tasks.
- MongoDB
- Mongoose
- Express
- Node.js
- Vite
- React
- React Router
- Render for deployment
Visit the live site: A Note to Remember
Find the source code on GitHub: A Note to Remember Repository
Frontend Environment Variable
-
Create a
.env.local
file in the frontend root directory. -
Add the following line to the
.env.local
file, replacing the URL with your backend server address:VITE_SERVER_URL=http://localhost:8000
Backend Environment Variable
-
Create a
.env
file in the backend root directory. -
Add the following line to the
.env
file, replacing the placeholder in the MongoDB URI with your actual MongoDB cluster information:MONGODB_URI=mongodb+srv://username:password@your-mongodb-cluster-here/Note
Important: Remember not to commit the .env.local
and .env
files to the public repository to keep sensitive information secure.
A Note to Remember is currently a barebone implementation, serving as a functional starting point for a Note-taking app. While it provides essential features for managing notes, there are still numerous opportunities for enhancements and additional functionalities.
- User Authentication: Implement user authentication to secure user data and enable personalized note management.
- Rich Text Editor: Enhance the note-taking experience by adding a rich text editor for formatting and styling notes.
- Categories and Tags: Allow users to categorize and tag notes for better organization and quick retrieval.
- Search Functionality: Implement a search feature to facilitate finding specific notes based on content or keywords.
- Mobile Responsiveness: Improve the app's responsiveness to different screen sizes, enhancing the user experience on mobile devices.
- Bryan King Pecho
- GitHub: bkpecho
- Twitter: @bkpecho
- LinkedIn: in/bkpecho
- Email: pechobk@gmail.com
- Portfolio: bkpecho.tech
Thank you for visiting the repository and checking out A Note to Remember! 🌻