Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justarale/portfolio
Portfolio of me and my best projects
https://github.com/justarale/portfolio
css3 nodejs react react-router-dom vite
Last synced: 6 days ago
JSON representation
Portfolio of me and my best projects
- Host: GitHub
- URL: https://github.com/justarale/portfolio
- Owner: justArale
- License: mit
- Created: 2024-06-13T08:53:32.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T10:12:31.000Z (3 months ago)
- Last Synced: 2024-08-21T11:39:56.627Z (3 months ago)
- Topics: css3, nodejs, react, react-router-dom, vite
- Language: JavaScript
- Homepage: https://arale-portfolio.netlify.app
- Size: 22.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio of Arale
This project showcases a collection of projects developed during my journey at Ironhack. Each project highlights different skills and technologies learned and implemented.
## Table of Contents
- [About the Project](#about-the-project)
- [Project Details](#project-details)
- [Acknowledgements](#acknowledgements)
- [License](#license)## About the Project
This repository contains several projects developed during the Ironhack course. Each project demonstrates different concepts and technologies learned throughout the course. The projects include:
- **PollZone**: A platform for creating and managing simple polls.
- **Spotify Project**: An application integrating with Spotify's Web API to create playlists based on user preferences.
- **Recipe Book**: A personal collection of favorite recipes stored and managed using a JSON file.
- **Alien Invasion**: A browser-based game built with HTML, CSS, and JavaScript.## Project Details
### PollZone
- **Description**: A web application for creating and managing polls.
- **Technologies**: MERN stack (MongoDB, Express.js, React.js, Node.js), React Context for user authentication, Cloudinary for image uploads.
- **Highlights**: Backend and database implementation, image upload feature, conditional rendering for the poll detail page.### Spotify Project
- **Description**: Application for creating Spotify playlists based on artist preferences and mood.
- **Technologies**: React frontend, Spotify Web API, JSON file for backend simulation.
- **Highlights**: Integration with Spotify API, playlist creation based on Spotify's metrics.### Recipe Book
- **Description**: Personal recipe collection managed using a JSON file.
- **Technologies**: React frontend, local storage for temporary data persistence.
- **Highlights**: Dynamic management of recipes, basic CRUD operations.### Alien Invasion
- **Description**: Browser-based game using vanilla HTML, CSS, and JavaScript.
- **Technologies**: Object-oriented programming (OOP) principles and classes, local storage for high scores.
- **Highlights**: Game design and implementation, Figma for design creation.## Acknowledgements
Special thanks to all course instructors and peers who provided support and feedback during the development of these projects.
## License
This project is licensed under the [MIT License](LICENSE).