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

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.

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.