SteveSchilz / React-AtomicBlog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REACT Atomic Blog

The Atomic Blog is a small app that shows a number of "Blog Entries", which are basically like post-its with a title and some text.

You can filter the list, add new posts, and clear the list as well.

AtomicBlogScreenshot

This app was constructed as part of the Ultimate React Course on Udemy.com by Jonas Schmedtmann

React Features Demonstrated

Demonstrates Several React Features Including:

  • React Context API

3rd Party APIs and Features

Setup and Running

In order to run this app you will need the following

  1. Install Node.js for local development.
  2. run npm install in the app folder
  3. run npm start in the app folder
  4. open a local browser at http://localhost:3000

Create-React-App Readme

This app was bootstrapped using npx create-react-app@5 projectNameThe default readme for react apps is found at ReadmeReact.md

Markdown Syntax

This file is a Markdown file, which is a plaintext file that can be rendered into HTML and is capable of containing hyperlinks, images, tables and other formatting syntax. See the GitHub Document Writing page for more information.

About

License:MIT License


Languages

Language:JavaScript 71.3%Language:CSS 23.8%Language:HTML 4.9%