Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rofiyev/full-stack_blog_reactjs
Full Stack covers parts of working with the actual Backend. This project is based on ReactJS. Made a Full Stack project with Redux Toolkit.
https://github.com/rofiyev/full-stack_blog_reactjs
axios bootstrap font-awesome javascript reactjs redux-toolkit rest-api
Last synced: about 5 hours ago
JSON representation
Full Stack covers parts of working with the actual Backend. This project is based on ReactJS. Made a Full Stack project with Redux Toolkit.
- Host: GitHub
- URL: https://github.com/rofiyev/full-stack_blog_reactjs
- Owner: Rofiyev
- Created: 2023-05-20T12:00:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-18T10:45:26.000Z (3 months ago)
- Last Synced: 2024-08-18T11:51:10.656Z (3 months ago)
- Topics: axios, bootstrap, font-awesome, javascript, reactjs, redux-toolkit, rest-api
- Language: JavaScript
- Homepage: https://react-js-redux-toolkit-full-stack.vercel.app
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Full Stack Blog APP
Full Stack covers parts of working with the actual Backend. This project is based on ReactJS. Made a Full Stack project with Redux Toolkit.## 💻 Built with
Technologies used in the project:
- JavaScript
- ReactJS
- Font Awesome
- Redux Toolkit
- Axios
- Bootstrap
- REST API## Instalition
### To set up the project, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/Rofiyev/full-stack_blog_reactjs.git
cd full-stack_blog_reactjs
```2. Install the dependencies:
```bash
npm install
```3. Run the development server:
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.