Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aizjicod/react-portfolio
this portfolio will be created using react
https://github.com/aizjicod/react-portfolio
Last synced: 1 day ago
JSON representation
this portfolio will be created using react
- Host: GitHub
- URL: https://github.com/aizjicod/react-portfolio
- Owner: aizjicod
- License: mit
- Created: 2022-11-07T23:45:40.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-23T19:46:39.000Z (over 1 year ago)
- Last Synced: 2023-05-23T20:27:57.485Z (over 1 year ago)
- Language: CSS
- Size: 4.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio
This is the front end of the final capstone.
The user can signup or login, then it will be redirected to the home page after a successful login. The user can see all the models of bikes on the page, after clicking them the user can add a reservasion to a specific bike and if the user wants to add a reservasion without going through this procces it can be done by a link on the navbar. Additionally, the user can see their reservations, and create or delete a bike.
## Live demo
- [Portfolio](https://alejandro-aiziji-portfolio.netlify.app/)
## Built With
![VSCode](https://img.shields.io/badge/VSCode-0078D4?style=for-the-badge&logo=visual%20studio%20code&logoColor=white)
![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
- React.js
- TypeScript
- Html
- [API used for transitions](https://michalsnik.github.io/aos/)
- Visual Studio Code (code editor)
## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
- A code editor like Visual Studio Code with Git and Node.
You can check if Git is installed by running the following command in the terminal.
```
$ git --version
```Likewise for node installation.
```
$ node --version
```### Install
In the terminal, navigate to where you wish the repo to be located and run these commands.
```
$ git clone https://github.com/aizjicod/react-portfolio.git
```
```
$ cd react-portfolio
```
```
$ npm install
```
```
$ npm start
```
## Author👤 **Alejandro Torres**
- GitHub: [@aizjicod](https://github.com/aizjicod)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./LICENSE) licensed.