My portolio, this application is created to mimic the look and feel of the old windows 95 Operating system with Sections of the web app like resume, bio, blog and mail rendered as Windows Applications which a user can launch, drag, maximize and close at will. The application is also fully mobile responsive.
- Next.js (App Router)
- TypeScript
- Tailwind CSS
- Redux Toolkit
To get a local copy up and running follow these steps:
- Node.js 18+
- npm
- Git
- Fork/Clone this project to your local machine
- Open folder in your local enviroment and run thes lines of code to get started:
Install packages with:
npm install
Create a .env.local (optional) for EmailJS + GTM:
NEXT_PUBLIC_EMAILJS_SERVICE_ID=
NEXT_PUBLIC_EMAILJS_TEMPLATE_ID=
NEXT_PUBLIC_EMAILJS_PUBLIC_KEY=
NEXT_PUBLIC_GTM_ID=GTM-M9NC9LX
Start the dev server with:
npm run dev
Then open a web page and go to port 3000 on your local machine.
Follow vendor specific instructions to deploy the application.
👤 Assad Isah
- Github: nottherealalanturing
- LinkedIn: Assad Isah
Contributions and feature requests are welcome!
Start by:
- Forking the project
- Cloning the project to your local machine
cdinto the project directory- Run
git checkout -b your-branch-name - Make your contributions
- Push your branch up to your forked repository
- Open a Pull Request with a detailed description to the development(or master if not available) branch of the original project for a review
Give a ⭐️ if you like this project!
This project is MIT licensed.