/
- home page
/about
- about page - showing skill icons and education
/projects
- projects page - list of all the projects
- react-router-dom
- tailwindcss
- scss
public
- all imagessrc
components
-hooks
- hook for theme swithcerpages
- pages describe same as in Routes aboveroutes
- set up custom routes using react-router-domstyles
-App.jsx
- providing store state the whole appindex.scss
- reset css and set basic style in rootmain.jsx
- get root element and render appmixins.scss
- set up quick responsive design
index.html
- root element for single page application.gitignore
- file name that you want push into githubtailwind.config.js
- specification and adding colors for tailwindpackage.json
- list of all dependencies that used in project
To run project locally
- Clone repo
npm install
in root directory to install all depednciesnpm run dev
to start project