Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duanedave/portfolio-v_1
This is the first iteration of my personal brand, here I show a list of what I have been up to recently in my career as a software developer
https://github.com/duanedave/portfolio-v_1
accessibility css4 framer-motion postcss react ux-ui
Last synced: 17 days ago
JSON representation
This is the first iteration of my personal brand, here I show a list of what I have been up to recently in my career as a software developer
- Host: GitHub
- URL: https://github.com/duanedave/portfolio-v_1
- Owner: DuaneDave
- License: mit
- Created: 2022-11-03T10:51:28.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-11T09:56:08.000Z (almost 2 years ago)
- Last Synced: 2024-10-24T14:23:56.465Z (2 months ago)
- Topics: accessibility, css4, framer-motion, postcss, react, ux-ui
- Language: JavaScript
- Homepage: https://duanecodes.netlify.app/
- Size: 5.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Personal Website
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)**Personal website** This is my personal website that displays a collection of my works and displays the inputs i have made in the tech space. It was built using React, React Router, and React Hooks. It is fully responsive and has a mobile-first design. It is also fully accessible.
> [React-Redux](https://guides.rubyonrails.org/) (React Redux is the official React UI bindings layer for Redux. It lets your React components read data from a Redux store, and dispatch actions to the store to update state.
Client
- **Animations**
- **Responsive web design**
- [Live Demo Link](https://duanecodes.netlify.app/projects/2)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [Node.js](https://nodejs.dev/en/) installed
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/DuaneDave/Portfolio-V_1/
```
### Install
Install this project with:
```sh
cd Portfolio-V_1
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm start
```
### Run tests
To run tests, run the following command:
```sh
npm run test or npm test
```
👤 **Obiebi David**
- GitHub: [@githubhandle](https://github.com/DuaneDave)
- Twitter: [@twitterhandle](https://twitter.com/dave_duane)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/david-obiebi)
- **Internationalization**
- **Theme mode**
**Micro interractions**
**Immersive music**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/DuaneDave/Bike-rental/issues/new)).
If you like this project, kindly give as a ⭐️
## 🙏 Acknowledgments
- I would like to acknowledge all those whosde copiece were used.
- **Why did you choose react?**
- [The biggest advantage of using it is that you can change any component at any point in time without affecting the other components. This alone results in widespread support among both clients and service providers.](https://blog.nextstacks.com/reasons-to-choose-react/#:~:text=Advantages%20of%20React%20over%20other%20frameworks%201%20Code,to%20Learn%20...%206%20Better%20Development%20Experience%20)
- **What is redux?**
- [Redux is simply a store to store the state of the variables in your app.](https://medium.com/swlh/what-is-redux-b16b42b33820)
This project is [MIT](./LICENSE) licensed.