CaseDuncan / street-connect-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Author : Oluoch Duncan 9th September 2022.

Project Description

The project allows people living in a area to get in touch with guys who do item repairs and installations

Screenshots

Screenshot (1928) Screenshot (1927)

SetUp Instruction

Requirements

[HTML](lang Url) Text editor eg Visual Studio Code Getting Files

Fork the repo

Create a new branch in your terminal (git checkout -b improve-feature) Install the prerequisites :

npm install
npm install bootstrap Make appropriate changes in file(s) Run the server to see the changes using: npm start Add the changes and commit them (git commit -am "Improve App") Push to the branch (git push origin improve-app) Create a Pull request

Open the folder location on terminal and use the following command to run app: npm start Technologies Used:

ReactJs CSS Bootstrap V5 JavaScript

npm start

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

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

#Link to Backend https://github.com/CaseDuncan/street-connect-backend

Contact Information

License

MIT License Copyright (c) 2022 Oluoch Duncan

About

License:MIT License


Languages

Language:JavaScript 82.2%Language:HTML 11.0%Language:CSS 6.8%