Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

**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.

## 🛠 Built With

### Tech Stack

> [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

### Key Features

- **Animations**
- **Responsive web design**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://duanecodes.netlify.app/projects/2)

(back to top)

## 💻 Getting Started

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
```

(back to top)

## 👥 Authors

👤 **Obiebi David**

- GitHub: [@githubhandle](https://github.com/DuaneDave)
- Twitter: [@twitterhandle](https://twitter.com/dave_duane)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/david-obiebi)

(back to top)

## 🔭 Future Features

- **Internationalization**
- **Theme mode**
**Micro interractions**
**Immersive music**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/DuaneDave/Bike-rental/issues/new)).

(back to top)

## ⭐️ Show your support

If you like this project, kindly give as a ⭐️

(back to top)

## 🙏 Acknowledgments
- I would like to acknowledge all those whosde copiece were used.

(back to top)

## ❓ FAQ (OPTIONAL)

- **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)

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)