Git Product home page Git Product logo

capstone-epicode-front-end's Introduction

Social Media App πŸš€

Note: The project is still under development. There are some features to be done and improve web sockets(first-time use).

This is a social media app where users can:

  • πŸ“ Register, log in, and post text and image content
  • πŸ‘₯ Add friends and follow other users
  • πŸ’¬ Chat with follow-back users in real-time

This application uses:

  • βš›οΈ React for Front-end
  • β˜• Spring-boot + Postgresql for the backend
  • πŸ•ΈοΈ Websockets for the chat system

The UI is completely designed by the author with Adobe XD. 🎨

There are two separate git repositories for each front-end and backend:

🌐 Front-end

Requirements πŸ“‹

To run this project, you need to create a .env file in the root folder of your front-end project and add the server link of your back-end application. The server link is the URL of your back-end app, which you can get from your hosting service or your local machine. For example, if you are using Heroku, you can find the server link in the settings tab of your app. If you are running the back-end locally, you can use http://localhost:8080 or whatever port you are using. πŸ–₯️

To create a .env file, you can use any text editor and save it as .env in your root folder. Then, you can copy the contents of the env.example file and replace the placeholder values with your actual server link. For example:

REACT_APP_BE_URL = "your server link here"

That's it. Now you can use the REACT_APP_BE_URL variable in your front-end code to make requests to your back-end. πŸš€

Getting Started πŸš€

To run this project, you need to have Node.js and npm installed on your machine.

Then, you need to clone the front-end repository to your local folder. You can use the following command in your terminal:

git clone https://github.com/user/social-media-app-frontend.git

Next, you need to navigate to the project folder and install the dependencies. You can use the following commands in your terminal:

cd capstone-Epicode-Front-end npm install

Finally, you need to start the development server. You can use the following command in your terminal:

npm start

This will open the app in your browser at http://localhost:3000. πŸŽ‰

πŸ–ŠοΈ Author

Isuru Madhushan Fernando Warnakulasuriya Mahalekamge

capstone-epicode-front-end's People

Contributors

isuruferna avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.