Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adeola003/portfolio_2.0
This project is a Portfolio project where I'm using an animation library to build a more appealing portfolio
https://github.com/adeola003/portfolio_2.0
Last synced: about 1 month ago
JSON representation
This project is a Portfolio project where I'm using an animation library to build a more appealing portfolio
- Host: GitHub
- URL: https://github.com/adeola003/portfolio_2.0
- Owner: adeola003
- License: mit
- Created: 2023-09-15T17:28:04.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2025-01-03T21:47:22.000Z (about 1 month ago)
- Last Synced: 2025-01-03T22:29:05.882Z (about 1 month ago)
- Language: JavaScript
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
My Portfolio
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)**[My Portfolio]** This is a personal portfolio website showcasing my skills, projects, and experiences as a software developer. The website provides an overview of my background, skills, and links to my latest projects. It's designed to highlight my expertise and make it easy for others to get in touch with me.
Client
- [x] Create a simple an user friendly web app to present myself.
- [x] Add all necessary informations about me.
- [x] Used React and Redux technology.
- [Live website](https://adeolawebsite.netlify.app/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
Open terminal on the same folder of the project and run:
```sh
npm install
```
### Setup
Clone this repository to your desired folder:
```sh
git https://github.com/adeola003/portfolio_2.0
cd portfolio_2.0
```
### Install
Install this project with:
```sh
npm install
```
### Usage
```
1. download the project from clone
2. Install all dependencies using *npm install*
3. Run *npm start*
4. You can see it in the browser
```
### Build for production
```
npm run build
```
### Run tests
- ### Linter Tests
To run tests, run the following command:
To check for html errors run:
```sh
npx hint .
```
To check for css errors run:
```sh
npx stylelint "**/*.{css,scss}"
```
To check for js errors run:
```sh
npx eslint .
```
👤 **Abdel-Khafid SALAOU**
- GitHub: [@githubhandle](https://github.com/adeola003)
- Twitter: [@twitterhandle](https://twitter.com/khadaf6)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/abdel-khafid-salaou/)
- [x] Add test to the project using jest
- [x] Add the live demo for the project
- [x] Add new interesting features to the project
Contributions, issues, and feature requests are welcome!
Feel free to check the [https://github.com/adeola003/portfolio_2.0/issues](issue page).
If you like this feel free to follow me on github and give this project a star.
- Thanks to the Microverse team for the great curriculum.
- Thanks to the Code Reviewer(s) for the insightful feedbacks.
- Hat tip to anyone whose code was used.
This project is [MIT](./LICENSE.md) licensed.