https://github.com/simandrew/jobs-tabs-reactjs
https://github.com/simandrew/jobs-tabs-reactjs
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simandrew/jobs-tabs-reactjs
- Owner: SimAndrew
- Created: 2025-05-11T17:15:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-05-18T20:57:52.000Z (11 months ago)
- Last Synced: 2025-05-18T21:33:42.200Z (11 months ago)
- Language: CSS
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Jobs Tabs
### About:
This project provides a user interface for managing jobs, allowing users to view jobs through a tabbed interface.
You can try here: [jobs-tabs-reactjs.netlify.app](https://jobs-tabs-reactjs.netlify.app)
### Sample task, photo:

### Technologies, Libraries:
- [React JS](https://react.dev/)
- [Vite JS](https://vitejs.dev/), [ESLint](https://eslint.org/), [Prettier](https://prettier.io/)
- [useState Hook](https://react.dev/reference/react/useState)
- [useEffect Hook](https://react.dev/reference/react/useEffect)
### Run the app:
- Clone a project: `git clone`
```
git clone https://github.com/SimAndrew/jobs-tabs-reactjs.git
```
- Open project code in your editor.
- Install the dependencies, enter into the terminal:
```
npm install
```
- Run the project, enter into the terminal:
```
npm run dev
```