Create, edit and live preview your markdown notes with this React app!
To run this project locally, follow these steps:
-
Clone the repository (
git clone https://github.com/caiohenrique-3/markdown-notes-app.git
) -
Navigate to the project directory (
cd markdown-notes-app
) -
Install dependencies (
npm install
) -
Start the development server (
npm run dev
)
The project will be accessible at http://127.0.0.1:8080.
In this Markdown Notes React application, I honed my ability to navigate and work with an existing codebase. This experience allowed me to gain proficiency in adding new features to an already existing project. Additionally, I strengthened my skills in tasks like array manipulation, proficiently managing npm packages, and effectively utilizing localStorage for data storage.
Special thanks to the following resources for their contributions to this project:
This project is licensed under the MIT License.