I wanted a clean, simple web page to supplement my job search process. It had to be fast, mobile-friendly, free to build and easy to update. This is the result. Forks and pull requests are welcome!
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need a Node JS installed on your machine. You can download and install it from here
- Fork this repository to your desired location on your local machine:
git clone https://github.com/mindaugas-pro/personal-website-jobsearch.git
- Run following code to install node_modules from package.json file:
npm install
-
In the file 'sendEmail.js' enter you email provider, email addrress and password. This will enable to send an email to you directly from website. Please note, that 2 step verification should be disabled for gmail, otherwise gmail will block sending emails.
-
Run the following code to start application on port 3000:
npm start app
- Go to your browser and paste the following url address:
http://localhost:3000
- JavaScript - programming language for Web pages
- Express - Node.js web application framework
- Bulma - CSS Framework
- Nodemailer - module for Node.js applications to allow easy email sending
- Mindaugas Januška - Home page
This project is licensed under the MIT License - see the LICENSE.md file for details