Git Product home page Git Product logo

remotejobs's Introduction

๐Ÿ’ผ RemoteJobs

RemoteJobs is a remote jobs portal that fetches remote jobs in the JSON file. I built this side project for learning purposes. I have used the latest technologies for this project.

๐Ÿ“ฆ Technologies

  • Vite
  • React.js
  • Typescript
  • TailwindCSS
  • Remotive Jobs API
  • Miragejs
  • Picsum API

๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿณ The Process

I started this project because I wanted to learn more about React V18, React Router V6, React hooks, and the context API. Initially, I thought of using the NextJS because that is what is now recommended by React documentation. But still, many people use the setup react boilerplate so decided to use that for this project. I did set up this project using the Vite boilerplate. I have installed TailwindCSS because I love using that and resonates with my development workflow.

Initially, I tried to use the Remotive Jobs API but it does not allow us to search by different parameters. It has a lot of limitations. Also that API was not allowing me to fetch the images because of the strict CORS policy. So I wanted to use the images but creating those images via some image manipulation was possible but out of scope for this hobby project. After some research, I found the Picsum API which created the images based on given text and dimensions with specified background colors. This worked perfectly for my project and I have used that to fetch images based on company name.

Like I said the third-party API had some limitations and I wanted to the some filtering on the data and here MirajJS comes to the rescue. Using Mirage I was able to mock the API response for a given URL. Miraj has some limitations but it works best for prototyping. It exactly simulates the API calls within the web application. You can mock anything including the relationships between the various models.

๐Ÿ“š What I Learned

I have used Typescript for this project.

During this project, I've picked up important skills and a better understanding of React router v6 and React. Used TailwindCSS for styling the elements. Fixed the navbar sidebar and scrollable content area. Using a layout for UI organization

๐Ÿ”ค Typescript:

I have learned more about type safety and different types and how it can improve code and reduce errors dramatically.

๐Ÿง  useContext Hook:

๐ŸŽฃ React Hooks and Rendering:

๐Ÿ’ญ How can it be improved?

  • Add error state
  • Fix typescript errors
  • Make it responsive for mobile devices.

๐Ÿšฆ Running the Project

To run the project in your local environment, follow these steps:

  1. Clone the repository to your local machine.
  2. Run yarn install or npm i in the project directory to install the required dependencies.
  3. Run yarn dev or npm dev to get the project started.
  4. Open http://localhost:5173/remotejobs#/ in your web browser to view the app.

๐Ÿฟ Video

WorkFinder.mp4

remotejobs's People

Contributors

surajadsul avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.