Code Monkey home page Code Monkey logo

job-offers-tracker's Introduction

Idea

Project was created to help me and my friends to keeps track of job offers we apply to, as we try to emigrate to anywhere in Western Europe (thus country and city fields to track offers). I wanted something more appealing than a regular Excel document, that would be accessible from any device.

At first it was supposed to be running based on local storage. But I decided that as a Frondend Dev I will have to learn how does Backend work, so I have watched a Node.js Crash Course to get a brief understanding of Backend. Not much, just enough to write my own backend for this app. Ended up with fake api just for the showcase pupose, as has some difficulties in managing a non-relational database and didn't want to spend too much of the time on fully operating backend (yet I have a working backend version jsut for basic db management purposes).

UI Design

Current UI Design was created by https://www.behance.net/karolinzielis

Tech Used

Frontend:

  • React with Redux - I would love to develop this App further in the future, and I have not tried learning Hooks yet (it is on my list). Redux felt like a more friendly way of managing the state, so I won't have to pass references throught multiple layers of components (I tried it in the beggining, but didn't feel comfortable). Still got to use some class components for local component state management;
  • Basic CSS for now, because the Project is not too complex yet. Problably I will switch to SASS in the future;

Backend:

  • Node.js (Express) with Mongoose;
  • Nodemon for live server updates;
  • Passport with JWT to handle authorization;
  • CORS for localhost development;

Live Version

Link: https://blooming-beyond-87798.herokuapp.com/

Login: [email protected] Password: test123

Local Project Set-up

The Backend is currently setup for local development with proxy set for front-back connection (setting up CORS not knowing earlier that smth like this exist was a nightmare, but I managed to make it work ^^).

To start frontend - type "npm start" in frontend destination folder. To start backend - type "nodemon server" in backend destination folder. It allows you to register a user, log in, add, edit and remove offers. !REMEMBER TO ADD YOUR OWN DATABASE!

Fake API backend version allows, to only log in and access the data. It was prepared only for live demonastration purposes.

job-offers-tracker's People

Contributors

mnieznaj 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.