Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheusmartinsviana/project-manager-frontend
This repository contains an application that uses my own backend data fetching about project management
https://github.com/matheusmartinsviana/project-manager-frontend
reactjs
Last synced: 12 days ago
JSON representation
This repository contains an application that uses my own backend data fetching about project management
- Host: GitHub
- URL: https://github.com/matheusmartinsviana/project-manager-frontend
- Owner: matheusmartinsviana
- Created: 2024-07-02T21:47:39.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T02:03:12.000Z (about 1 month ago)
- Last Synced: 2024-11-17T03:16:34.397Z (about 1 month ago)
- Topics: reactjs
- Language: JavaScript
- Homepage: https://project-manager-frontend-slmf.onrender.com/
- Size: 2.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Manager Front-end
# Backend repository: Backend# Project Infos
Why I use modular CSS?- **Local Scope**: CSS modules allow you write a style for a specific component without class name conflicts because pf another component with the same class name.
- **Code Maintenance**: You don't have to go through large CSS files to find the styles you want to change. It's easier to maintain and update your code.
- **Better performance**: Styles are only applied where they are needed, you can end up with a smaller, more efficient CSS file.
## Font used
Onest by google fonts## Icons
![Config Table](image.png)
React Icons## Backend API used
Repository: Click here
Documentation: Click here