Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vankha1/my-stupid-blog

My stupid blog using React
https://github.com/vankha1/my-stupid-blog

create-react-app react-markdown reactjs scss

Last synced: 24 days ago
JSON representation

My stupid blog using React

Awesome Lists containing this project

README

        

# Stupid blog

This is the first time I built a website application with ReactJS and of course, it was not good enough. But I tried my best to finish my blog with pain, but it was worth 😍😍. And also, I came up with some stupid things that drove me crazy 😒 !!! This blog is named after these things 😂😂

## I learned new things from this project

* How to set up project and use some fundamental things with ReactJS

* **useParams**: to get parameter queries of url and initialized object has the same name as slug (Note that before comparising to a number, must use parseInt(index))

* Should use grid system for easily responsive interface