Skip to content

Repository for Strive School Full Stack Course work, Build Week 2

Notifications You must be signed in to change notification settings

julita-wilczek/strive-react-linkedin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strive Linkedin copy with React

Repository for Strive School Full Stack Course work, Build Week 2 (February 21-25, 2022).

This project was bootstrapped with Create React App.
This is a copy of Linkedin homepage and user pages.
Created with React and Bootstrap. Uses functional and class components, REACT hooks, REACT router, state-lifting, APIs, form data, JSON files.

Features:

  • responsive homepage where posts are fetched via API
  • ability to post new posts
  • ability to attach picture to a post when it's created
  • redirecting to user page upon clicking
  • responsive user page
  • different user page experience for main user (add/edit personal information)
  • ability to add/edit education and experience and personal information
  • boostrap layout
  • error handling
  • form validation
  • loaders

Please note: The app API requests uses Token Based Authentication to secure access to the contents. Tokens are valid for 14 days. Last updated: April 18, 2022.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.