Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javitocor/events-controller-react
A webapp to manage the tickets selling and attendance to events, users must register/login to access the protected routes, built with React&Redux.
https://github.com/javitocor/events-controller-react
bootstrap eslint-config infinite-scroll localstorage login-signup reactjs redux
Last synced: 9 days ago
JSON representation
A webapp to manage the tickets selling and attendance to events, users must register/login to access the protected routes, built with React&Redux.
- Host: GitHub
- URL: https://github.com/javitocor/events-controller-react
- Owner: javitocor
- License: mit
- Created: 2021-09-16T17:28:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-16T17:38:40.000Z (over 3 years ago)
- Last Synced: 2025-01-25T17:53:28.526Z (13 days ago)
- Topics: bootstrap, eslint-config, infinite-scroll, localstorage, login-signup, reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 2.72 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
![Hireable](https://cdn.rawgit.com/hiendv/hireable/master/styles/default/yes.svg)# Events Controller React
> A webapp to manage the tickets selling and attendance to events, users must register/login to access the protected routes, built with React&Redux.
Landing Page:
![screenshot](./src/assets/screenshot.png)Login Page:
![screenshot](./src/assets/screenshot4.png)Main Page:
![screenshot](./src/assets/screenshot2.png)Modal Page:
![screenshot](./src/assets/screenshot3.png)Additional description about the project and its features.
## Built With
- CSS
- JAVASCRIPT
- NPM
- REACT
- REDUX
- ESLINT
- PRETTIER
- REACT INFINITE SCROLL COMPONENT
- REACT BOOTSTRAP
- LOCALSTORAGE
- GITHUB ACTIONS
- VSCODE## Getting Started
- Follow the live demo link and enjoy the site.### Usage
To have this app on your pc, you need to:
* [download](https://github.com/javitocor/Events-Controller-React/archive/main.zip) or clone this repo:
- Clone with SSH:
```
[email protected]:javitocor/Events-Controller-React.git
```
- Clone with HTTPS
```
https://github.com/javitocor/Events-Controller-React.git
```* In the project directory, you can run:
- `$ npm install` - installs all the dependencies required by the project
- `$ npm start` - runs the app in the development mode:
- Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
- The page will reload if you make edits.
- You will also see any lint errors in the console.- `$ npm run test`
- Launches the test runner in the interactive watch mode.
- See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.- `$ 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!## Future Features
- Add authentication endpoint.## Author
👤 Javier Oriol Correas Sanchez Cuesta
- Github: [@javitocor](https://github.com/javitocor)
- Twitter: [@JavierCorreas4](https://twitter.com/JavierCorreas4)
- Linkedin: [Javier Oriol Correas Sanchez Cuesta](https://www.linkedin.com/in/javier-correas-sanchez-cuesta-15289482/)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/javitocor/Events-Controller-React/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments 🚀
- [React Documentation](https://reactjs.org/docs/getting-started.html)
- [Redux](https://redux.js.org/)
- [react infinite scroll component](https://github.com/ankeetmaini/react-infinite-scroll-component)
- [React Bootstrap](https://react-bootstrap.github.io/)## 📝 License
This project is [MIT](lic.url) licensed.
[contributors-shield]: https://img.shields.io/github/contributors/javitocor/Events-Controller-React.svg?style=flat-square
[contributors-url]: https://github.com/javitocor/Events-Controller-React/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/javitocor/Events-Controller-React.svg?style=flat-square
[forks-url]: https://github.com/javitocor/Events-Controller-React/network/members
[stars-shield]: https://img.shields.io/github/stars/javitocor/Events-Controller-React.svg?style=flat-square
[stars-url]: https://github.com/javitocor/Events-Controller-React/stargazers
[issues-shield]: https://img.shields.io/github/issues/javitocor/Events-Controller-React.svg?style=flat-square
[issues-url]: https://github.com/javitocor/Events-Controller-React/issues