This is a series video were we going to build a React Native app (frontend) for our Sport's App built on the Mern Bootcamp.
We will build a Sports Web App for creating sports events and the app will include:
- User registration and authentication (maybe add facebook/gmail login if the series becomes popular)
- Hashing password for security
- Session control
- CRUD operations (create, read, update and delete) using provided API
- Search for events using filters (Running, Cycling or Swimming)
- Sign UP for event in order to participate
- Upload images to the S3 bucket
- Push notification using web sockets
Series get more than 1000 Stars I will create a Next.js Bootcamp!
So please share this video with your friends.
- React-Native Bootcamp demo - The Mobile App demo can be found here.
- React-Native Botcamp episode 0 - Installing dependencies and starting coding.
- React-Native Botcamp episode 1 - Creating Login and Register pages.
- React-Native Botcamp episode 2 - Creating Dashboard page and display first event.
- React-Native Botcamp episode 3 - A - Add Events modal and form.
- React-Native Botcamp episode 3 - B - Finish the input fields for the modal and add the picker-image.
- React-Native Botcamp episode 4 - Finalize modal details to post new event to server.
- React-Native Botcamp episode 5 - Post and Get Event from Dashboard page and filter by sport.