A Basic Demo Blog app for React Basics
User can create and view Blogs in this React App built to practice basic learnings
- basic hooks such as useState()
- passing data from parent to child components
- Uplifting the State i.e passing data from child to parent component
- React
- HTML
- CSS
$ npm install
$ npm start
You can see the App in action here.....
DojoBlog.mov
Live Site URL : https://Tanvi31.github.io/dojoBlog/
Thanks Net Ninja for the learnings