https://github.com/cilfonegabriel/crm-react
CRM is a system to keep our clients stored.
https://github.com/cilfonegabriel/crm-react
css html javascript json-server reactjs remix rest-api
Last synced: 3 months ago
JSON representation
CRM is a system to keep our clients stored.
- Host: GitHub
- URL: https://github.com/cilfonegabriel/crm-react
- Owner: cilfonegabriel
- License: mit
- Created: 2023-09-26T15:26:25.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-09-27T23:59:19.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T11:46:41.289Z (over 1 year ago)
- Topics: css, html, javascript, json-server, reactjs, remix, rest-api
- Language: JavaScript
- Homepage:
- Size: 272 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CRM REACT

- [📗 Table of Contents](#-table-of-contents-)
- [📖 About the Project](#-about-the-project-)
- [🚀 Live Demo ](#-live-demo-)
- [🛠 Built With](#-built-with-)
- [Tech Stack](#tech-stack-)
- [Key Features](#key-features-)
- [🚀 Getting Started](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#-authors-)
- [🤝 Contributing](#-contributing-)
- [📝 License](#-license-)
**CRM React** This application has an integrated customer relationship management (CRM) system. This means that users can efficiently store and manage relevant customer information. They will be able to add new clients, edit existing details, and access specific information about each client quickly and easily. This functionality is designed to optimize interaction and business relationship management, providing a comprehensive tool to keep vital customer information stored securely and accessible.
- [Live Demo]()
Client
- HTML, CSS, JavaScript
- Rest API
- JSON Server
- React.js
To get a local copy up and running, follow these steps.
### Setup
1. Clone this repository to your desired folder:
```sh
git https://github.com/cilfonegabriel/crm-react.git
cd crm-react
### Install
After cloning the repo, navigate into it and install all the required packages with the following command:
```sh
npm install
```
Then just wait for everything to finish downloading.
### Usage: Run the following codes on different terminals.
Start JSON Server:
`json-server --watch db.json`
Start the React app:
`npm run dev`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
`npm run eject`
### Deployment
You can deploy this project using:
`npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
👤 **Gabriel -Cilfone**
- GitHub: [Gabriel Cilfone](https://github.com/cilfonegabriel)
- LinkedIn: [Gabriel Cilfone](www.linkedin.com/in/gabriel-cilfone/)
- [ ] **Complete the about pages**
- [ ] **Add reorder functionality**
- [ ] **Deploy a live demo**
- [ ] **Add account support to store your list**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/cilfonegabriel/crm-react/issues).
- Thanks to Microverse and all my teammates!
This project is [MIT](./LICENSE) licensed.