https://github.com/josephines1/react-js-technosphere
A website to display the (fictitious) TechnoSphere Company profile with about, services, projects and contact section. Created using HTML, CSS, Tailwind, React Js, and Vite.
https://github.com/josephines1/react-js-technosphere
company-profile reactjs single-page-website vite-react
Last synced: 2 months ago
JSON representation
A website to display the (fictitious) TechnoSphere Company profile with about, services, projects and contact section. Created using HTML, CSS, Tailwind, React Js, and Vite.
- Host: GitHub
- URL: https://github.com/josephines1/react-js-technosphere
- Owner: josephines1
- Created: 2025-01-22T04:35:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-22T14:53:27.000Z (9 months ago)
- Last Synced: 2025-06-04T10:08:47.923Z (4 months ago)
- Topics: company-profile, reactjs, single-page-website, vite-react
- Language: HTML
- Homepage: https://josephines1.github.io/react-js-technosphere/
- Size: 2.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Website Company Profile

Description
A website to display the (fictitious) TechnoSphere Company profile with about, services, projects and contact section. Created using HTML, CSS, Tailwind, React Js, and Vite.Sections
- Home
- About
- Services
- Projects
- ContactInstallation Guide
1. Clone repositori
```console
git clone https://github.com/josephines1/react-js-technosphere.git
```2. Masuk ke direktori proyek
```console
cd react-js-technosphere
```3. Install dependencies
```console
npm install
```4. Mulai server
```console
npm run dev
```# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh