Technologies • Getting Started • Contribute • License
This application is a online Text Editor, where users can create and edit markdown files.
Built using React JS, this interface and the layout ware made from scratch by me.
For building the server of this application, I used Hy Graph that is an CMS that allow us to build GraphQL Content APIs.
- Node 12
- Git 2
git clone https://github.com/Fernanda-Kipper/text-editor.git
npm install
In the root of this project, create a .env
file with the keys and values located on .env.example
To get these values you need to create an Account on HyGraph and then:
- Create a new project
- Inside your project, go to "Project Settings"
- Inside settings, access the tab "API Access"
- Add all permisions
- Copy your Content API URL and use as
process.env.REACT_APP_CONTENT_API_URL
- Generate an Permanent Auth Tokens and use as
process.env.REACT_APP_CONTENT_API_TOKEN
//in root
npm start
If you want to contribute, clone this repo, create your work branch and get your hands dirty!
git clone https://github.com/Fernanda-Kipper/text-editor.git
git checkout -b feature/NAME
At the end, open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!
This project is under MIT license