This is a react markdown previewer for FreeCodeCamp challenge made using Next Js which is a React framwork by Vercel.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the project.
This project actually has 3 dependencies other than 'react' and 'react-dom' and 'next' the first is 'framer-motion'. Framer moion is an animation library use in this project for some basic animation learn more Framer Motion the second is actullay a library which making all the magic happen React Markdown by remarkjs and finally this plugin for React Markdown by the same remarkjs guys remark-gfm which adds support for strikethrough, tables, tasklists and URLs directly.