https://github.com/victorlcastro-dsa/contact-manager-app
The "Contact Manager App" is a simple CRUD project developed for learning full stack concepts. The frontend uses React, Vite, HTML, and CSS, while the backend is built with Python and Flask for the REST API.
https://github.com/victorlcastro-dsa/contact-manager-app
api backend crud-application frontend full-stack-web-development html-css javascript project-based-learning python vitejs
Last synced: about 1 month ago
JSON representation
The "Contact Manager App" is a simple CRUD project developed for learning full stack concepts. The frontend uses React, Vite, HTML, and CSS, while the backend is built with Python and Flask for the REST API.
- Host: GitHub
- URL: https://github.com/victorlcastro-dsa/contact-manager-app
- Owner: victorlcastro-dsa
- Created: 2024-10-16T20:17:55.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T03:37:30.000Z (7 months ago)
- Last Synced: 2024-10-31T23:08:57.533Z (6 months ago)
- Topics: api, backend, crud-application, frontend, full-stack-web-development, html-css, javascript, project-based-learning, python, vitejs
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contact Manager App
This project was developed to explore the fundamental concepts of a full stack application. Below is an overview of the technologies used:
## Technologies Used
### Frontend
- **React:** A powerful JavaScript library for building dynamic and responsive user interfaces.
- **Vite:** A modern build tool that provides a fast and optimized development environment.
- **HTML:** An essential markup language for structuring the content of the application.
- **CSS:** A styling language used to apply design and layout to the application.### Backend
- **Python:** A versatile programming language widely used on the server side.### API
- **Flask:** A lightweight and flexible framework for developing REST APIs, facilitating communication between the frontend and backend.## Contributions
Contributions are welcome! If you'd like to collaborate, feel free to open an issue or submit a pull request.