Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luiznunvoa/worldworkhub
Fake website for a fictitious international job market company called WorldWorkHub
https://github.com/luiznunvoa/worldworkhub
Last synced: about 1 month ago
JSON representation
Fake website for a fictitious international job market company called WorldWorkHub
- Host: GitHub
- URL: https://github.com/luiznunvoa/worldworkhub
- Owner: Luiznunvoa
- Created: 2024-12-08T03:29:55.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-25T22:35:01.000Z (about 2 months ago)
- Last Synced: 2024-12-25T23:19:58.488Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## WorldWorkHub
> fictitious international job market website
> ![alt text](https://github.com/Luiznunvoa/WorldWorkHub/blob/main/preview.png)# About
The project is made in Javascript, using the React framework and Tailwind for the styles.
# Running the Project
Open the project's folder in the console and type:
npm i
npx tailwind -i ./src/index.css -o ./index.css --minify
npm run dev