Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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