Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.11 KB

README.md

File metadata and controls

42 lines (23 loc) · 1.11 KB

Single Page Application - Blog

This is a blog projcet built with React.js.

Description

Building blog project allows me to get to know how SPA works. In addition, the blog has different pages, like home page, single post page, sign-in/sign-up page. So, it is also a good opportunity to learn how to design its style systematically.

Demo

Demo Link

Imgur

Imgur

Imgur

How to use?

  • As a user, you can add, update, read, and delete posts you create.
  • As a user, you can register and login the blog.

Tech used

  • React
  • React-router-dom
  • styled-components

Installation

yarn start

To run the app in the development mode.

yarn build

Builds the app for production to the build folder.

API Reference

Fetch data from Lidemy API Server. The password you enter will be changed to Lidemy. So, after registration, please use your usename and the password Lidemy to sign in.