https://github.com/nikamelashvili/blog-website-react
I crafted a React application utilizing the Redberrys API, enabling users to create posts and log in with their accounts. This project demonstrates my proficiency in React development and integration with external APIs for dynamic and interactive web applications.
https://github.com/nikamelashvili/blog-website-react
Last synced: 6 months ago
JSON representation
I crafted a React application utilizing the Redberrys API, enabling users to create posts and log in with their accounts. This project demonstrates my proficiency in React development and integration with external APIs for dynamic and interactive web applications.
- Host: GitHub
- URL: https://github.com/nikamelashvili/blog-website-react
- Owner: NikaMelashvili
- Created: 2023-12-18T23:25:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-25T23:33:35.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T00:29:19.736Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.In this project, I am utilizing a third-party API to retrieve and display posts. Additionally, I am implementing functionality to create and publish blog posts. Furthermore, I am incorporating various API filters to sort the displayed content based on different criteria. This project serves as an excellent showcase of how I work with APIs.