Skip to content

charlesgobina/hello-react-front-end

Repository files navigation

Hello-react-front-end

Hello-react-front-end is a SPA that displays random greetings. It is built with react

Technologies Used

  • Languages (JSX, CSS)
  • Library (React)
  • Git
  • Gitflow
  • Jest

Software Requirements

  • Node.JS
  • npm
  • Code Editor
  • Git

Installation

  • Clone the repo using the command below
git clone git@github.com:charlesgobina/hello-react-front-end.git
  • Navigate to the directory in which you cloned the project and use the command below
cd hello-react-front-end
  • Install all project dependencies and packages using the command below
npm install
  • Start the server to run the application locally using the command below
npm start

Authors

Charles Gobina 🧑‍🎓

Contributing 🤝

Contributions, issues, and feature requests are welcome!

  • Fork this repo using the command below
gh repo fork git@github.com:charlesgobina/hello-react-front-end.git
  • Clone the forked repo using the command below
git clone git@github.com:charlesgobina/hello-react-front-end.git
  • Navigate to the directory in which you cloned the project and use the command below
cd hello-react-front-end
  • Switch to dev branch using the command below
git checkout dev
  • Create a new feature branch using the command below
git checkout -b [name_of_feature_branch]
  • Commit your changes using git commit as shown below
git commit -m ["enter a commit message"]
  • Push your changes using
git push -u origin [name_of_feature_branch]
  • Open pull request to the dev branch

Show your support

Give a :star: if you like this project.

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

License 📝

This project is MIT licensed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published