Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YashSardhara authored Dec 3, 2023
1 parent 6cc3ac3 commit 6f7eba9
Showing 1 changed file with 16 additions and 47 deletions.
63 changes: 16 additions & 47 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@



# Getting Started with React Blog App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
Expand Down Expand Up @@ -42,59 +39,31 @@ Instead, it will copy all the configuration files and the transitive dependencie

You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing the Bundle Size

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making a Progressive Web App

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)

# Creating a Blog

To create a blog, navigate to /create (https://yashsardhara.github.io/create):
## Title:
## Create Blog form fields

To create a blog, navigate to [/create](https://yashsardhara.github.io/create).
### Title:

### Enter the title of your blog.
Subtitle:
Enter the title of your blog.
### Subtitle:

### Provide a subtitle for your blog.
HTML Content:
Provide a subtitle for your blog.
### HTML Content:

### Enter the HTML code for your blog content.
Author Name:
Enter the HTML code for your blog content.
### Author Name:

### Specify the name of the author.
Timestamp:
Specify the name of the author.
### Timestamp:

### The timestamp is automatically generated.
Submit:
The timestamp is automatically generated.
### Submit:

## Click the submit button to create your blog.
### Click the submit button to create your blog.

### Validation
## Validation on input fields

1. All fields are mandatory. Ensure that you fill in every detail.
2. The HTML content field must contain valid HTML code.
Expand Down

0 comments on commit 6f7eba9

Please sign in to comment.