Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vankha1/my-stupid-blog
- Owner: vankha1
- Created: 2023-06-12T14:00:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-04T06:06:09.000Z (7 months ago)
- Last Synced: 2024-10-03T18:40:25.625Z (about 1 month ago)
- Topics: create-react-app, react-markdown, reactjs, scss
- Language: JavaScript
- Homepage: https://mystupidblog.netlify.app/
- Size: 1.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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