Keeper.Demo.-.Portfolio.mov
- Clone the repository by running
git clone https://github.com/Sushants-Git/keeper.git
- Run
cd keeper
to change the working directory - Run
npm i
ornpm install
to install all dependencies - Run
npm run dev
to start the application - Visit http://localhost:3000 to view the application
Keeper is a markdown editor and previewer. Many existing editors were bolted with features, lacking functionalities like text-to-speech and comprehensive code syntax highlighting. This project was inspired by the desire to create a markdown editor that is both minimalist and feature-rich.
Keeper is a markdown editor and previewer that brings together the best of both worlds. Here's what it offers:
- Text-to-Speech: Transform your written notes into spoken words with ease.
- Syntax Highlighting: Enjoy syntax highlighting for a wide range of programming languages, making your code snippets more readable.
- Import and Export: Ability to import and export file
Some major libraries used for making Keeper: react-markdown, remark-gfm, and Prism.js for syntax highlighting.
First of all, thanks a lot for taking the time to contribute. It must have been really hard going through my ugly code 😂😂😂, once again thanks a lot.
To make a contribution, you can open up an issue and let us know what you want to improve in the app, so that we can assign you to it.
HAPPY CODING!!!
- Before opening up a new issue, please make sure that there is no duplicate issue regarding that topic.
- When making a pull request for the issue, make sure to write down the issue number with it, like for example
Fixing slow rendering bug #141
. - Please keep the discussion civil and be respectful to all!!