https://github.com/ezequieljuliano/prime-react-todolist-poc
Sample application (POC) using React.JS and PrimeReact
https://github.com/ezequieljuliano/prime-react-todolist-poc
Last synced: 4 months ago
JSON representation
Sample application (POC) using React.JS and PrimeReact
- Host: GitHub
- URL: https://github.com/ezequieljuliano/prime-react-todolist-poc
- Owner: ezequieljuliano
- Created: 2021-04-22T19:58:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T20:15:29.000Z (over 4 years ago)
- Last Synced: 2025-04-05T18:53:10.381Z (8 months ago)
- Language: JavaScript
- Size: 88.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React.JS and PrimeReact Todo List Sample
Sample application for managing the todo list and querying financial actions.
## About The Project
The purpose of this project is to study frontend development with React and PrimeReact.
## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
This project requires Node.JS.
### Installation
Clone the repo
```
git clone https://github.com/ezequieljuliano/prime-react-todolist-poc.git
```
## Usage
First configure the file firebase.config.js with your Firebase account data.
Then open VSCode and the terminal and execute the commands:
```
npm install
npm start
```
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## License
Distributed under the APACHE LICENSE. See `LICENSE` for more information.
## Contact
To contact us use the options:
* E-mail : ezequieljuliano@gmail.com
* Twitter : [@ezequieljuliano](https://twitter.com/ezequieljuliano)
* Linkedin: [ezequiel-juliano-müller](https://www.linkedin.com/in/ezequiel-juliano-müller-43988a4a)
## Project Link
[https://github.com/ezequieljuliano/prime-react-todolist-poc.git](https://github.com/ezequieljuliano/prime-react-todolist-poc.git)