Giter VIP home page Giter VIP logo

blog-reactjs's Introduction

Blog web app developed by React.js and Bootstrap4

Layout

⦁ The page is responsive and adapt to the screen size of the user‘s device.The page should not be larger than 1280px in width and be horizontally centered.

⦁ The page has four sections: a header (yellow), the main content area (green), an area providing context (red) and a footer (purple).

⦁ On small devices,the areas should be vertically stacked

⦁ On larger screens, the context area should be next to the main area on the right side of the page.

Screen width is larger than or equal to 640px Screen width is smaller than 640px

Navigation

⦁ The header section should contain a horizontal navigation with 6 top-level items

⦁ Each top-level navigation item should have a list of sub-items which are displayed when hovering the top-level item (see image below).

⦁ On small screens, there won‘t be enough space to fit 6 items next to each other so used sandwitch menu as an solution.

Posts

⦁ The website consists of two types of pages: an overview page and detail pages for fake blog posts

⦁ The data should come from http://jsonplaceholder.typicode.com/

Overview

The overview page should list the titles of all posts. Each post title should link to a detail page for that post. The data can be found here: http://jsonplaceholder.typicode.com/posts/ Detail page

The detail page should display the post title and post content in the main area. The data for a single post can be found here: http://jsonplaceholder.typicode.com/posts/

The context area should display the name and website of the post author. The data for that can be fetched based on the userId of the post from here: http://jsonplaceholder.typicode.com/users/

Project setup:

npm install

npm start

blog-reactjs's People

Contributors

nassimtaghipour avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.