Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mk4levi/my-chrome-homepage
My Homepage for Chrome Browser with built-in APIs
https://github.com/mk4levi/my-chrome-homepage
api bootstrap5 css3 ejs-express hbs html5 javascript json rest-api restful-api server server-side-rendering
Last synced: 2 months ago
JSON representation
My Homepage for Chrome Browser with built-in APIs
- Host: GitHub
- URL: https://github.com/mk4levi/my-chrome-homepage
- Owner: Mk4Levi
- Created: 2023-05-01T07:43:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-10T15:00:15.000Z (5 months ago)
- Last Synced: 2024-10-07T09:24:10.806Z (3 months ago)
- Topics: api, bootstrap5, css3, ejs-express, hbs, html5, javascript, json, rest-api, restful-api, server, server-side-rendering
- Language: JavaScript
- Homepage: https://mk-chrome-home.vercel.app
- Size: 132 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MK-Chrome Homepage
## Website Link => https://mk-chrome-home.vercel.app/
Getting Started
1. To get started with this project, you will need to have `Node.js` and `NPM` installed on your system.
2. First, you need to open a `Terminal` in your system and `Clone` this repository by using :
```bash
git clone https://github.com/Mk4Levi/My-Chrome-Homepage.git
```3. Navigate to the Project's directory :
```bash
cd My-Chrome-Homepage
```4. Install all Dependencies used in this Project :
```bash
npm install
```5. Finally, host it on local server :
```bash
npm run dev
```6. Now just search this in your browser to view the live running application in your Local sysytem :
```bash
http://localhost:5173
```Paths & Files
### Structure of the Files in this Repo :
```text
.
├── images
├── .gitattributes
├── .gitignore
├── README.md
├── index.css
├── index.html
├── index.js
├── manifest.json
```# Thank You