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
To run this project, you will need Node.js and npm installed on your local machine.
- Clone this repository:
git clone https://github.com/deBilla/serendib-scholarship-ui.git
- Navigate to the project directory:
cd serendib-scholarship-ui
- Install the necessary dependencies:
npm install
- Start the development server:
npm start
- Open your web browser and navigate to
http://localhost:3000
.
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.
If you would like to contribute to this project, please follow these steps:
- Fork this repository
- Create a new branch for your changes:
git checkout -b my-new-feature
- Make your changes and commit them:
git commit -am 'Add some feature'
- Push your changes to your forked repository:
git push origin my-new-feature
- Create a pull request on this repository
Serendib Scholarship UI was developed by deBilla.
This project is licensed under the MIT License.