Skip to content

onurtufekci34/portfolioReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio with React and Chakra

Clone and install

Use git clone repository.

Use the package manager npm to install.

npm install

File Structure

/src
│
├── /components
│ ├── Header.js
│ ├── Card.js
│ ├── LandingSection.js
│ ├── ProjectsSection.js
│ ├── FullScreenSection.js
│ ├── ContactMeSection.js
│ ├── Footer.js
│ └── Alert.js
│
├── /context
│ └── alertContext.js
├── /hooks
│ └── useSubmit.js
│
└── App.js

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT