Go to the directory you want to set this project up in. Then run:
git clone https://github.com/alyssa9koh/react-simple-blog.git
npm install
npm start
You should be able to see the app at http://localhost:3000/.
Project idea from this post
Task: Create a basic blog platform where users can read and write posts.
Description of basic feature here
Description of basic feature here
Description of basic feature here
- Edit posts
- Delete posts
- Remove friends
- Add account details (profile etc.)
- Project start: 10 March 2024