Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wesleybertipaglia/events-app
Events App is a front-end application that allows users to create, update, delete, attend, and unattend events.
https://github.com/wesleybertipaglia/events-app
frontend project react workshop
Last synced: about 5 hours ago
JSON representation
Events App is a front-end application that allows users to create, update, delete, attend, and unattend events.
- Host: GitHub
- URL: https://github.com/wesleybertipaglia/events-app
- Owner: wesleybertipaglia
- Created: 2024-08-27T22:01:20.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T22:23:34.000Z (3 months ago)
- Last Synced: 2024-08-30T00:04:44.349Z (3 months ago)
- Topics: frontend, project, react, workshop
- Language: JavaScript
- Homepage:
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Events App
Events App is a front-end application that allows users to create, update, delete, attend, and unattend events.
This project is the front-end part of the [Events API](https://github.com/wesleybertipaglia/events-api) project.
I have published a tutorial on how to create this project on Notion. You can access it [here](https://www.notion.so/wesleybertipaglia/Eventos-App-d4fb34b00c854c2eb53dba72dcba5add).
![Screenshot](screenshot.jpg)
## Table of Contents
- [Getting Started](#getting-started)
- [Features](#features)
- [Contributing](#contributing)
- [License](#license)## Getting Started
### Running
#### Prerequisites
- Node 18.x or later
- NPM 10.x or later```bash
npm run dev
```> The application will be available at [http://localhost](http://localhost) in some available port, usually 5173.
## Features
- Auth: Sign-up, sign-in, sign-out
- Profile: update, delete
- Own events: create, update, delete
- Other events: attend, unattend## Contributing
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.