/greetings-frontend

This repo is the frontend of a simple webapp that displays random messages

MIT LicenseMIT


Greeting frontend

📗 Table of Contents


📖 Greetings frontend

Greetings frontend repository hosts the web interface for a random message display application. Users can enjoy a variety of messages with each visit, enhancing their browsing experience.

🛠 Built With

Tech Stack

Technology
  • React - A frontend framework for building user interfaces
  • Redux - A predictable state management library for JavaScript applications.
  • JavaScript - A high-level programming language used for web development.
  • npm - A package manager for the Node.js runtime environment
  • Create React App - A tool used to quickly set up a modern React web application with no build configuration required.
  • HTML - A markup language used for creating web pages
  • CSS - A style sheet language used for describing the presentation of a document written in HTML
Tools

Key Features

  • User can view random messages

(back to top)

💻 Getting Started


Prerequisites

In order to reproduce the receipe-app and be able to make changes for your own purpose, you need the following tools:

Setup

Clone this repository to your desired folder by running the following command:

  git clone https://github.com/skabeo/greetings-frontend.git

Install

To use this application, you need to have node installed on your machine. Once you have them installed,

Run bundle install to install all dependencies

  cd greetings-frontend
  npm install

Once you have the files on your machine, you can view it on your browser on https://localhost:3000 by running

npm start

Backend repository

To access the backend scripts that power this user interface, please refer to the instructions in the README of the backend repository linked here.

(back to top)

👥 Author

👤 Spencer Okyere

(back to top)

🔭 Future Features

  • Improved user interface

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

If you would like to contribute to this project, you can follow these steps:

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Make your changes and commit them.
  4. Push your changes to your forked repository.
  5. Create a pull request back to the original repository.

(back to top)

⭐️ Show your support

If you like this project, please give it a star on GitHub.

(back to top)

🙏 Acknowledgments

I would like to express my gratitude to the following individuals and organizations for their contributions to this project:

  • GitHub: Platform for version control and collaboration
  • Microverse: Global school for remote software developers

(back to top)

❓ FAQ

  • How can I contribute to this project?

    • Contributions, issues, and feature requests are welcome! You can check the issues page to see if there are any current issues or feature requests that you can work on. If not, feel free to submit a new issue or pull request. Before contributing, please read the CONTRIBUTING.md file for guidelines on how to contribute to this project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)