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

https://github.com/tusho7/job-listing-sandro-front


https://github.com/tusho7/job-listing-sandro-front

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Job Listing

### Table of Contents

- [Prerequisites]
- [Tech Stack](#Tech-Stack)
- [Getting Started](#Getting-Started)
- [Project Structure](#Project-Structure)
- [Deployment](#Deployment)
- [Resources](#Resources)

#

### Prerequisites

- \_Typescript @4 and up

### Tech Stack

- _React @ 18.2.0 - front-end framework_
- _Sass @8.0 - CSS framework_

#

### Getting Started

1. First of all you need to clone app repository from github:

```
git clone https://github.com/Tusho7/job-listing-sandro-front.git
```

2. Next step requires install all the dependencies.

```
npm install
```

#

### Project Structure

```
|--- src
| |--- components # components
| |--- images # all images
| |--- scss # all styles
- package.json # dependency manager configurations
```

#

### Deployment

Before every deployment you need to create build file.

```
npm run build
```

after this you can use this file to deploy project on server.

#

### Resources

- [figma](https://www.figma.com/file/GH3KQieJ01Kf2bObKkmuks/job-listings-with-filtering?node-id=0%3A1&t=OkcJiTFyN2HS5iL5-0).