https://github.com/suptarr/my-blog
Using my React skills to create a blog website to track my posts.
https://github.com/suptarr/my-blog
daisyui reactts typescript
Last synced: 11 months ago
JSON representation
Using my React skills to create a blog website to track my posts.
- Host: GitHub
- URL: https://github.com/suptarr/my-blog
- Owner: SupTarr
- Created: 2023-12-21T12:13:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-04T15:42:56.000Z (about 1 year ago)
- Last Synced: 2025-06-06T10:12:34.713Z (12 months ago)
- Topics: daisyui, reactts, typescript
- Language: TypeScript
- Homepage: https://my-blog.suptarr.vercel.app/
- Size: 281 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grocery List
## About The Project
This project is part of [React JS Full Course for Beginners](https://www.youtube.com/watch?v=RVFAyFWO4go) by `Dave Gray`. and I use my React skills to create a blog website to track my posts.
## Technologies
This project was created with:
- [ReactJS](https://react.dev)
- [TypeScript](https://www.typescriptlang.org/)
## Installation
Clone the project
```sh
git clone https://github.com/SupTarr/my-blog.git
```
In the project directory, you can run:
```sh
npm install
npm run dev
```
The app will be run in the development mode.