Mu-selim / portfolio-v2

Second iteration of my personal website using JavaScript(ES6), CSS, Node.js, Express.

Home Page:https://www.muhammadselim.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Muhammad Selim

Logo

The second iteration of my personal website uisng JavaScript, Tailwind CSS, Node.js, and Express.js

Previous iteration: v1

preview

Documentation and Licence

🚨 Forking this repo (please read!)

if you are asking to use my code for your application, my answer to that question is usually yes, with attribution.

I am keeping my code open source, but as you all know, plagiarism is bad. it is a bad thing to find your code in anothor project without giving me credit. so All I ask of you all is to not claim this effort as your own.

Finally, you can fork this repo and give me credit Muhammad Selim.

🛠 Installation & Set Up

  1. Install Node.js.
  2. Initialize package.json
    npm init
  3. Install Node packages
    npm install express ejs body-parser fs path nodemon cors
  4. Start the server
    npm run build

Directory Structure

Root
|--- node_modules
|--- public
|--- |--- fonts
|--- |--- images
|--- |--- scripts
|--- |--- styles
|--- routes
|--- |--- index.js
|--- |--- database
|--- |--- |--- index.json
|--- |--- user
|--- |--- |--- index.js
|--- |--- |--- APIs
|--- views
|--- |--- index.ejs
|--- |--- 404.ejs
|--- server.js
|--- package.json
|--- tailwind.config.js
|--- README.md

About

Second iteration of my personal website using JavaScript(ES6), CSS, Node.js, Express.

https://www.muhammadselim.tech


Languages

Language:JavaScript 63.0%Language:CSS 30.0%Language:EJS 7.0%