bejamas / react-redux-blog

A frontend blog made with TypeScript, React and Redux Toolkit.

Home Page:https://modern-react-redux-blog.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modern React Redux Blog

A frontend blog made with TypeScript, React and Redux Toolkit. It is the source code file for this tutorial: Learn Modern React and Redux in 2023 by Building a Blog

Getting Started

  1. Clone this repo
git clone tope-olajide/modern-react-redux
  1. Change directory to modern-react-redux:
cd modern-react-redux
  1. Install the dependencies::
npm install
  1. run the development server:
npm run dev

Then visit: http://localhost:5173/ on your browser to see the result.

Features

  • Add a new post
  • modify post
  • Fetch all Posts
  • delete a post
  • upvote and downvote a post
  • add and remove a post from favorite

Built With

License

Distributed under the Apache License. See LICENSE.txt for more information.

Contact

Temitope Olajide - @kingdavvids - temitope_olajide@outlook.com

Acknowledgments

About

A frontend blog made with TypeScript, React and Redux Toolkit.

https://modern-react-redux-blog.vercel.app/

License:Apache License 2.0


Languages

Language:TypeScript 69.4%Language:CSS 29.1%Language:HTML 1.6%