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

https://github.com/rafaelhdsv/costs

Costs is a site for project planning and execution, more focused on the financial part. That is, you can create several projects and see the cost of each one and the available value of it, among other features...
https://github.com/rafaelhdsv/costs

Last synced: 3 months ago
JSON representation

Costs is a site for project planning and execution, more focused on the financial part. That is, you can create several projects and see the cost of each one and the available value of it, among other features...

Awesome Lists containing this project

README

        

# Costs

![GitHub repo size](https://img.shields.io/github/repo-size/RafaelHDSV/Costs?style=for-the-badge)
![GitHub language count](https://img.shields.io/github/languages/count/RafaelHDSV/Costs?style=for-the-badge)
![GitHub forks](https://img.shields.io/github/forks/RafaelHDSV/Costs?style=for-the-badge)

main.png

> Costs is a site for project planning and execution, more focused on the financial part. That is, you can create several projects and see the cost of each one and the available value of it, among other features...

## Table of contents

- [Overview](#overview)
- [The challenge](#the-challenge)
- [Links](#links)
- [Screenshot](#screenshot)
- [My process](#my-process)
- [Built with](#built-with)

## Overview

### The challenge

Users should be able to:

- Create new projects
- Read all project information
- Add new services and information to the project
- Delete projects and/or services

### Links

- Live Site URL: https://costs-rafael.netlify.app

### Screenshot

- Main

![](public/main.png)

- Create Project

![](public/create_project.png)

- Projects

![](public/projects.png)

- Edit Project

![](public/edit_project.png)

## My process

### Built with

- REACT JS
- HTML
- CSS
- JAVASCRIPT

[⬆ Back to the top](#costs)