HTML
,CSS
andJavascript
withReact.js
libraryRedux.js
for state management insideReact.js
Tailwind.js
for utilityCSS
classes- I used
rehype
andremark
libraries for parsing betweenMarkdown
andHTML
- Guidio is web application that allows creators to write written tutorials using markdown editor. It will first be dedicated to writing web development related guides, but it will slowly expand to other topics.
- I teamed up of 2 colleagues for this side project and our team consists of Frontend Developer, Backend Developer and UI/UX Designer.
- This is
Guidio
's Frontend repository Guidio
's Backend repository: Guidio Backend developed by Amar- UX Figma Mockup: Figma Design designed by Adnan
- When I started my web development learning journey I spent hours and hours watching video tutorials. As I expanded my knowledge I started getting tired of video tutorials and turned towards reading ebooks and online articles. I found many people making newsletters and writing articles on blog websites. However, I couldn't find a single application whose purpose is to strictly write guides/tutorials, therefore I decided to create one.
- Install Node.js LTS available on:
- Clone this repository using
git clone
command - Open project folder and run
npm install
- Install and configure server, available on Guidio Backend repository
- Run
npm start
to start the application