Skip to content

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

Notifications You must be signed in to change notification settings

Mu-selim/portfolio-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks