Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.53 KB

README.md

File metadata and controls

47 lines (27 loc) · 1.53 KB

Serendib Scholarship UI

Serendib Scholarship UI is a web-based user interface designed to assist students in applying for scholarships. This project was developed using ReactJS.

Detail related to this project is published in following medium series. https://medium.com/@billa-code/list/react-with-typescript-seriescharity-web-app-6f45ca471f54

Getting Started

Prerequisites

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

Installation

  1. Clone this repository: git clone https://github.com/deBilla/serendib-scholarship-ui.git
  2. Navigate to the project directory: cd serendib-scholarship-ui
  3. Install the necessary dependencies: npm install

Usage

  1. Start the development server: npm start
  2. Open your web browser and navigate to http://localhost:3000.

Deployment

To deploy this project to a production environment, you can use the npm run build command to build a production-ready version of the app.

Contributing

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

  1. Fork this repository
  2. Create a new branch for your changes: git checkout -b my-new-feature
  3. Make your changes and commit them: git commit -am 'Add some feature'
  4. Push your changes to your forked repository: git push origin my-new-feature
  5. Create a pull request on this repository

Credits

Serendib Scholarship UI was developed by deBilla.

License

This project is licensed under the MIT License.