https://github.com/eedu7/markdown-note-taking-app
https://github.com/eedu7/markdown-note-taking-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eedu7/markdown-note-taking-app
- Owner: eedu7
- Created: 2024-09-11T04:34:22.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T12:10:21.000Z (9 months ago)
- Last Synced: 2025-02-01T23:45:21.224Z (4 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markdown Note Taking App
Sample solution for the [markdown-note-taking-app](https://roadmap.sh/projects/markdown-note-taking-app) challenge from [roadmap.sh](https://roadmap.sh/).## How to run
```bash
$ git clone https://github.com/eedu7/markdown-note-taking-app.git
$ cd markdown-note-taking-app
$ cd app
$ pip install -r requirements.txt
$ python main.py
```