Skip to content

praveen-1995/tabs-react-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tabs 📑

PROD [Live] : https://react-tabs-prod.netlify.app/

Tabs consists of a straightforward user interface where there is a

  • List of buttons with a Company Name which on click shows the work experience in that particular company.
  • Each single experience card has title, dates, company, duties along with a button More Info.
  • Loading... has been implemented which will be shown while fetching data, once the data is available the main page will be shown.
  • Data is handled by the external API and styles are handled in index.css.
  • To run the project locally, clone the repo, npm install to install the dependencies, and npm start to start up the development server on default port 3000.

Languages

HTML, CSS, JavaScript, ECMAScript, React - Hooks ~ useState, useEffect

Packages

React Icons

API

https://course-api.com/react-tabs-project

Deployment / Hosting

Netlify


Note: I have developed this project ~ [6] as part of React and Projects Course taught by John Smilga.