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
- Clone this repo
git clone tope-olajide/modern-react-redux
- Change directory to
modern-react-redux
:
cd modern-react-redux
- Install the dependencies::
npm install
- run the development server:
npm run dev
Then visit: http://localhost:5173/ on your browser to see the result.
- Add a new post
- modify post
- Fetch all Posts
- delete a post
- upvote and downvote a post
- add and remove a post from favorite
Distributed under the Apache License. See LICENSE.txt for more information.
Temitope Olajide - @kingdavvids - [email protected]