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

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.

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.