An open API service indexing awesome lists of open source software.

https://github.com/simandrew/jobs-tabs-reactjs


https://github.com/simandrew/jobs-tabs-reactjs

Last synced: 9 months ago
JSON representation

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:

![image](https://github.com/user-attachments/assets/7a2ca659-9980-4921-8070-c1463bbb9fbc)

### 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
```