Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffubayi/tokea
Events web-app to discover local events and buy tickets or Host your own
https://github.com/jeffubayi/tokea
firebase react redux-toolkit
Last synced: 17 days ago
JSON representation
Events web-app to discover local events and buy tickets or Host your own
- Host: GitHub
- URL: https://github.com/jeffubayi/tokea
- Owner: jeffubayi
- Created: 2023-02-20T14:05:24.000Z (almost 2 years ago)
- Default Branch: major
- Last Pushed: 2024-12-12T13:22:14.000Z (about 2 months ago)
- Last Synced: 2024-12-12T13:35:29.232Z (about 2 months ago)
- Topics: firebase, react, redux-toolkit
- Language: TypeScript
- Homepage: https://tokea.vercel.app/
- Size: 797 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tokea
Discover great events and buy tickets or Host your own events.
The idea is to simulate an events booking application, bringing data from a fake API and integrate the information available on screen, such as the concerts available to the customer. The difference of this project is the responsive mode built for all mobile devices and the pages built using Server Side Rendering (SSR).To obtain this project, follow the steps:
1. Clone this repository usinggit clone
.
2. Run theyarn
command at the root of the cloned project folder to download the dependencies.
3. Runnpx json-server server.json -p 3333
at the root of the project folder to initialize the Fake API.
(if you want, you can use the public api url managed by My JSON Server, which comes by default in the api.ts file)
4. Runyarn dev
at the root of the project folder to start the application in development mode.
5. Open the application in your emulator. 🚀#### Backend URL_DB:
https://my-json-server.typicode.com/jeffubayi/tokea