Skip to content

KlaytonJr/Blog-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Blog

This project I developed on Front PUSH course, a course focused on front-end development. This project is the finish project focusing in UI Design and an SPA (Single Page Application) using React.js.

🚀 Technologies

This project was developed with the followings technologies:

  • React.js
  • HTML
  • CSS
  • JavaScript

Other technologies:

  • SASS
  • React Router Dom

Developed abilities:

  • SPA (Single Page Application)
  • UI Design
  • Responsivity
  • Pixel Perfect
  • Figma

Run Project

npm install To install the dependecies.

npm start To run the project

To run the mock backend

npm install -g json-server

and run the fake back-end on port 4000

json-server --watch db.json --port 4000

Screenshots

screenshot hero

screenshot better

screenshot most_seen

screenshot search

screenshot login