Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enyelsequeira/meetup
This is a PWA, using serverless and TDD techniques. It uses an External API MEETUP to fetch data about specific cities. Updates coming soon
https://github.com/enyelsequeira/meetup
front-end jest pwa-apps reactjs tdd webdevelopment
Last synced: 22 days ago
JSON representation
This is a PWA, using serverless and TDD techniques. It uses an External API MEETUP to fetch data about specific cities. Updates coming soon
- Host: GitHub
- URL: https://github.com/enyelsequeira/meetup
- Owner: enyelsequeira
- Created: 2020-01-11T06:33:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:33:39.000Z (about 2 years ago)
- Last Synced: 2024-11-19T16:07:52.655Z (3 months ago)
- Topics: front-end, jest, pwa-apps, reactjs, tdd, webdevelopment
- Language: JavaScript
- Homepage: https://enyelsequeira.github.io/meetup/
- Size: 5.82 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MEET UP app
## Overview
* This is a serverless, progressive web application (PWA) with React using a test-driven
development (TDD) technique. The application uses the Meetup API to fetch upcoming events
for a selected city.### Prerequisites
* You need to create an account with the meet up api to be able to use a key[Follow the link -> ](meetup.com)### Functionality
* It allows the user to see the events happening in the city the are located and they can search for other cities as well
* The user is able to see the events in the graph and the user can see how it changes when the city is also changed.
* The user can see more information about each event and can click on the go icon which will redirect the user to another site to attend the meet.
* The app also uses graphs, one to show the results of events happening and one to show of the people going to the event.### Technologies
* To build this app latest technologies were used, using React hooks and Redux for state management. As for Css this app uses Material UI for some parts, and the most using css grid/flex.- React JS
- Meetup API and OAuth2 authentication flow
- Recharts
- Serverless AWS
- Axios
- JEST
- SCSS modules### Installing
* Clone the Repo and run npm install and npm run to run on localhost[Click here to see live Version --> ](http://enyelsequeira.github.io/meetup)