Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 2.39 KB

README.md

File metadata and controls

65 lines (40 loc) · 2.39 KB

Sports-App-Clone

Overview

This application for sports enthusiasts to find and join sports events near them. With this app, users can browse a list of available events, view details about each event, and join the events they are interested in. The app allows users to create their own events and join other users after token-based authentication.

Frontend Verecel Deployed Link :

https://player-app-khaki.vercel.app/

Backend Cyclic Deployed Link:

https://playerserver.onrender.com

Tech Stack :

A) Frontend :

React (JSX Syntax), Redux, Chakra-ui Library for Styling & Modal, axios for handling asynchrous request, react-router-dom for routing or Navigate from one page to another, Standard react components, React-hooks, chakra-icons & react-icons.

B) Backend :

Node.js, Express.js, mongodb (NoSQL), mongoose for connect database to server, cors for handling the cors error, relationships between collections, BSON and Bsondump.

Some instructions to run locally :

Installation

Clone the Repository from Github. Then do the following steps:

    npm install

# For Frontend
    npm run start
    (Or)
    npm start

# For Backend
    npm run server

Some HTTP (Hyper Text Transfer Protocol) Status Code Which I used :

404 ---> Not Found/failure

200 ---> OK/Success/get/put

201 ---> Created/post

204 ----> Delete/reject

Some Project Screenshots :

A) For Computer Screen:

Screenshot (242) Screenshot (243) Screenshot (244) Screenshot (245) Screenshot (246)

B) For Mobile/Tablet Screen :

Screenshot (247) Screenshot (248) Screenshot (249)