Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jungrama/code-notes
https://github.com/jungrama/code-notes
nextjs t3-stack trpc typescript
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jungrama/code-notes
- Owner: JungRama
- License: apache-2.0
- Created: 2023-09-17T11:02:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-09T15:13:54.000Z (about 1 year ago)
- Last Synced: 2024-10-10T02:20:13.063Z (2 months ago)
- Topics: nextjs, t3-stack, trpc, typescript
- Language: TypeScript
- Homepage: https://code-notes-app.vercel.app
- Size: 918 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Notes
![Code Notes Cover](https://raw.githubusercontent.com/JungRama/code-notes/master/public/og-image.png)
Welcome to **Code Notes**, your minimalist note-taking solution that takes your notes without any unnecessary distractions. This repository houses the source code for Code Notes, a straightforward and user-friendly note-taking application.
## Overview
Code Notes is designed with simplicity and ease of use in mind. It provides a clean and distraction-free interface to help you capture and organize your thoughts, ideas, and important information effortlessly.
## Screenshoot
![Code Notes Screenshoot](https://raw.githubusercontent.com/JungRama/code-notes/master/public/screenshoot.png)
## Features
- **Minimalist Design**: Code Notes offers a clutter-free environment to focus solely on your notes.
- **Markdown Support**: Write your notes in Markdown for easy formatting and structuring.
- **Workspace**: Organize your notes with workspace to quickly locate and filter your content.
## Stack
- **NextJS**: Next.js is a popular open-source JavaScript framework built on top of React. It is designed to simplify the process of building modern, server-rendered React applications.
- **TRPC**: it is a library for building type-safe APIs in TypeScript. tRPC aims to eliminate runtime errors in your API calls by generating TypeScript types for your API endpoints.
- **Prisma**: Prisma is an open-source database toolkit and ORM (Object-Relational Mapping) for TypeScript and JavaScript. It simplifies database access and management by providing a type-safe and auto-generated query builder.
## Getting Started
To get started with Code Notes, follow these steps:
1. Clone this repository to your local machine.
2. Install the required dependencies.
3. Start the application.
4. Open your browser and navigate to `http://localhost:3000` to access Code Notes.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments
- Thanks to all our contributors who have helped make Code Notes better.
- Code Notes was inspired by a desire for a minimalist note-taking solution.---
Enjoy using Code Notes for all your note-taking needs. If you have any questions, suggestions, or issues, please feel free to [open an issue]. Happy note-taking!
[Visit Code Notes on GitHub](https://github.com/JungRama/code-notes)