Lápiz Corto is a web application designed to help you record and organize Spanish proverbs without duplicates. Inspired by the saying "Vale más lápiz corto que memoria larga," this app is your digital notebook for collecting and preserving popular wisdom.
- Record and store Spanish proverbs.
- Avoid duplicate entries with intelligent search.
- Connect with MongoDB Atlas Search for efficient searching.
- Simple and user-friendly interface.
- Next.js: A powerful and flexible React framework for building web applications.
- MongoDB: A document-based, distributed database for data storage.
- MongoDB Atlas: Cloud-based database hosting for scalability and reliability.
-
Clone this repository.
-
Set up a MongoDB database, either locally or using MongoDB Atlas.
-
Create a
.env.local
and add your MongoDB connection string asMONGODB_URI
. -
Install dependencies:
npm install
-
Run the app in development mode:
npm run dev
-
Your app will be accessible at http://localhost:3000.
-
Start recording Spanish proverbs using the app.
-
The app will intelligently search for similar proverbs to avoid duplicates.
-
Easily manage and organize your collection of proverbs.
You can deploy this app to the cloud with Vercel or your preferred hosting service.
Contributions to this project are welcome! Feel free to submit issues, suggest improvements, or send pull requests.
This project is licensed under the MIT License - see the LICENSE.md file for details.