Skip to content

Jaya738/bolt-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Good First Steps

Prerequisites

Willing to invest time to learn react. No prior react knowledge is required. We'll build everything from scratch.

Install Node JS

Refer to https://nodejs.org/en/ to install nodejs

Install Visual Studio Code

Refer to https://code.visualstudio.com/ to install VS Code

Install Git

Refer to https://git-scm.com/downloads to install git

Live Application URL

Not Deployed Yet [ TODO ]

Cloning and Running the Application in local

Clone the project into local

git clone https://github.com/Jaya738/bolt-chat.git

Go into the project folder

cd bolt-chat

Type the following command to install all npm packages

npm install

In order to run the application Type the following command

npm start

The Application Runs on localhost:3000

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Contribution Guidelines

Create a new branch

git checkout -b feature/issue_no.issue_name

example: git checkout -b feature/11.Code_Setup_venkat Add your name below and commit as "I love react - [your name]" as your first commit by following these contribution guidelines

Contributors

  • Jaya Simha Reddy Nandyala
  • Venkat Reddy Nandyala
  • Kalyani Kapa
  • Sravani Tummalapudi
  • Gayathri Bandi

What is the use of this project

This Project is a Simple ReactJS Project which is used to build a social media application by learning the following

  1. Creating a Component in React
  2. Making HTTP calls
  3. Communicating between parent and child component
  4. Using Bootstrap along with React
  5. Using Basic Routing in React

About

Social media application to share with friends.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6