Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/argon1025/tilog-client
Tilog-client
https://github.com/argon1025/tilog-client
blog client react react-redux react-router redux redux-thunk tailwindcss
Last synced: 28 days ago
JSON representation
Tilog-client
- Host: GitHub
- URL: https://github.com/argon1025/tilog-client
- Owner: argon1025
- Created: 2021-11-17T12:22:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-23T06:39:35.000Z (over 2 years ago)
- Last Synced: 2023-03-09T07:36:41.760Z (over 1 year ago)
- Topics: blog, client, react, react-redux, react-router, redux, redux-thunk, tailwindcss
- Language: JavaScript
- Homepage: https://tilog.io/
- Size: 6.81 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TILog client
blog platform for developers, TILog.
Backend project is at another Repo
View Demo
·
Report Bug
·
Request Feature
# Project Status
Last Release Build : [![CircleCI](https://circleci.com/gh/argon1025/Tilog-client/tree/release.svg?style=svg)](https://circleci.com/gh/argon1025/Tilog-client/tree/release)
![image](https://user-images.githubusercontent.com/55491354/149620300-636ddac5-e957-4bc3-8c92-543237946cd5.png)# Team
![image](https://user-images.githubusercontent.com/55491354/146319436-555170dd-5e59-4484-a049-6e80dc8f2713.png)
- [프로젝트 초기 설정](https://github.com/argon1025/CRA-TailwindCSS-Template)
- 전체 컴포넌트 설계 및 디자인
- 마크다운 포스트 에디터
- 포스트 카테고리 검색, 지정![image](https://user-images.githubusercontent.com/55491354/146319449-2636ea9e-4166-454d-8d71-60f8d90b9895.png)
- 컴포넌트 API 상태 연결 로직# Built With
- CRA(React)
- React-router
- React-redux, redux-thunk, redux-persist
- Tailwind CSS# Getting Started
## 1. Clone this Project
```
git clone https://github.com/argon1025/Tilog-client.git
```## 2. Move Project folder and Install yarn module
```
cd TILog-server
yarn install
```## 3.Run This App
```
yarn start
```