Skip to content

dsslucas/project-frontend-codeleap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project for Junior Frontend Engineer - CodeCamp program

Program avaliable at this link

Link of project deployed at Vercel

What was used

  • React.js
  • Material UI
  • Redux.js (and React-Redux)
  • Axios (for backend requisitions)
  • Moment (lib for show the time)
  • CSS3

How start?

  • Clone this repository using git clone
  • Access the terminal and type npm i for install the dependencies
  • After, type npm start

How it works:

  • The user type your username
  • The user type the title and content, and click in "Create"
  • With, the user can edit and delete the post

Improvements

  • If the user press F5, the website redirect the user for the Sign In page
  • Button colors change the color if the user type some thing on Inputs
  • Responsivity for smaller screens

Result

Mobile devices (width less than 768px)

Pages

Desktops (width more than 768px)

Sign In.

Sign In

Home page with POST and GET.

Home page with POST and GET

Edit the post published only by user.

Edit the post

Delete the post published only by user.

Delete the post

Alert if the user press F5 at Homepage. Doing this, the username will be released and making it impossible to use POST, DELETE and PATCH requests.

If the user update the page at Home