Skip to content

A simple blog built using React, a popular JavaScript library for building user interfaces.

License

Notifications You must be signed in to change notification settings

jeremy0x/react-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Logo

React Blog

This project is a simple blog built using React, a popular JavaScript library for building user interfaces. It was created as a practice project to learn more about React and its capabilities.

JSON Server was created using this package.

Features

  • Create new blog posts
  • View a list of all blog posts
  • View the details of a specific blog post
  • Delete existing blog posts

Screenshot

Screenshot of the React Blog website

Running Locally

To get started with this project, follow these steps:

  1. Fork this repository to your GitHub account.

  2. Clone this repository to your local machine:

git clone https://github.com/<your-username>/react-blog.git
  1. Navigate to the project directory:
cd react-blog
  1. Install the required dependencies:
npm install
  1. Start the development server:
npm start
  1. Open http://localhost:3000 to view it in the browser.

  2. Start the JSON Server:

npm run server
  1. Open http://localhost:8000 to view the JSON Server in the browser.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Credits

About

A simple blog built using React, a popular JavaScript library for building user interfaces.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks