A collection of full-stack practice projects created to enhance and demonstrate my skills in both front-end and back-end development. Each project showcases different technologies, frameworks, and best practices for building complete web applications.
| Project Name | Description | Technologies Used |
|---|---|---|
| Task Master Pro | A task management tool with user authentication and CRUD operations. | React, FastAPI, postgresql, elasticsearch, kafka |
Each project is stored in its own directory with the following structure:
FullStackProjects/
├── task-master-pro/
│ ├── backend/ # Back-end code and APIs
│ ├── frontend/ # Front-end code and assets
│ ├── README.md # Project-specific details
├── ProjectName2/
│ ├── ...
-
Clone the repository:
git clone https://github.com/hongleir2/FullStackProjects.git cd FullStackProjects -
Navigate to the desired project directory:
cd ProjectName -
Follow the setup instructions in the project-specific
README.md.
This repository includes projects built with:
- Front-End Frameworks: React, Angular, Vue.js
- Back-End Frameworks: FastAPI, Node.js, Express, Flask, Spring Boot
- Databases: Postgresql, MongoDB, MySQL, SQLite
- Other Tools: Docker, Git, REST APIs, GraphQL, ElasticSearch, Kafka, Redis
- Practice full-stack development by building functional web applications.
- Explore and integrate various frameworks, tools, and technologies.
- Create a portfolio of projects that demonstrate my skills and growth as a developer.
Feel free to explore the projects and share feedback or suggestions! 🚀