This project shows a simple yet attractive UI design. It is wholly built on ReactJS Frameworks. The design is responsive and supports Smartphones tabs (or Ipads) and Desktops. Project is based on Component Based React. It is a SPA (Single Page Application) routed using react-router
It uses the following Hooks majorly:
- useState
- useRef
- useContext
- createContext
-
Download the project via Code and Download zip (or pull the project)
-
Add folder to your workspace
- if using VS Code Right click on the Explorer and Select add folder to Work space.
-
Open the directory in the terminal
- if using VS Code Right click on the folder and Select open folder in terminal.
-
type
npm install
to install relavent packages typenpm run dev
to run on your local Machine