You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The official source code for the CSI FY Recruitment Form Website
We had received numerous requests and compliments for this website, so we decided to reveal the source code and share how the website was created. So now we have the Source Code.
Unzip this file and open your terminal (eg: command prompt in windows) in the directory of this website
Run the following commands:
npm install
npm start
A new browser window will pop up with your newly created React App.
If not, open your browser and type localhost:3000 in the address bar and voila! You succesfully ran our official website for the recruitment of FE Reps
We used the following technology stack:
ReactJS
Material UI
Sheets2API.
Most of you are probably familiar with ReactJS and Material UI, but Sheets2API assisted us in using Google Sheets as a database via Rest API. This greatly facilitated our development process, allowing us to complete more work in less time and solve all of our problems without integrating a backend, resulting in a completely frontend website.
We welcome suggestions and queries, and the repository will accept contributions and value participation because learning shall be the primary outcome.