Project made during "ReactJS Bootcamp" from Brainn.Co Academy. The main concept is an app to create quick notes using Markdown Language with a preview and features to save in your web browser history.
The project was developed with following technologies:
Do the following steps to use this project as yours.
- 🧬 Clone this repository in your local machine:
git clone https://github.com/murimessias/markee.git
- Then move to the project directory using the command and
cd markee-app
- Install the project dependencies:
yarn install
# or
npm install
- Run the application and open up local host
npm run dev
# or
yarn dev
This project is licensed under the MIT License - see the LICENSE page for details.