Steravy / FCC-markdown-previewer

This is a web application built with React as part of the freeCodeCamp projects series to earn the Front End Development Libraries Certification.

Home Page:https://fcc-markdown-previewer-seven.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown Previewer

Markdown Previewer Desktop
Markdown Previewer Mobile

This is a web application built with React as part of the freeCodeCamp projects series to earn the Front End Development Libraries Certification. Note that the aim of this build is not to deliver a great app experience but to get the test pass on FCC. Hope you like my implementation! Feel free to use as your own, replicate or whatever...

Features

  • Allows users to type and preview Markdown in real-time
  • Supports common Markdown syntax such as headings, lists, links, images, and more
  • Responsive design for optimal viewing on different devices

Getting Started

Follow these instructions to get the project up and running on your local machine:

  1. Clone the repository: git clone https://github.com/Steravy/FCC-markdown-previewer.git
  2. Navigate to the project folder: cd markdown-previewer
  3. Install dependencies: npm install
  4. Start the development server: npm start
  5. Open your web browser and visit: [http://localhost:5173/] - Vite uses this port;

Technologies Used

  • React
  • react-markdown
  • HTML
  • CSS
  • Tailwind CSS
  • TypeScript
  • Vite

Author

Stefan Vitoria

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This is a web application built with React as part of the freeCodeCamp projects series to earn the Front End Development Libraries Certification.

https://fcc-markdown-previewer-seven.vercel.app


Languages

Language:TypeScript 76.2%Language:JavaScript 11.9%Language:HTML 6.3%Language:CSS 5.7%