A comprehensive web application for managing and organizing meals, built with Next.js.
- Modern and user-friendly interface
- Efficient meal management
- Local database using SQLite
- Responsive design that works on all devices
- Next.js: React framework for frontend
- SQLite: Local database
- JavaScript/TypeScript: Main programming language
- ESLint: For code quality assurance
- Node.js (version 18 or later)
- npm or yarn
- Install dependencies:
npm install
# or
yarn install- Run the development server:
npm run dev
# or
yarn dev- Open your browser at:
http://localhost:3000
/app: Main application pages/components: Reusable React components/lib: Helper libraries and functions/public: Static files/assets: Application resources (images, icons, etc.)
We welcome contributions! You can:
- Fork the project
- Create a new branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
For any questions or suggestions, please open a new issue in this repository.