This simple project is an exercise of the introductory course to Node.js provided by "r/Argentina Programa". The data used for this exercise was provided by football-data.org API and stored locally in JSON format. The web design and page layout is a design of my own.
- Search- Find more than 20+ Clubs and 600+ Players.
- Display-
- Create and Update- Create a new Club or edit the already existing ones.
The Database contains all the Members Clubs ordered alphabetically. Each entry shows some of the resource information along side EDIT/DELETE shortcuts. Click on the Clubs's name and gain access to all the data.
Look between the 20 Members Clubs who make up the League at any one time Check their info and update it. You can find information for two different resources: Clubs and Players.
All the information about the club its exposed to you for editing, just beware of the required entries.
- You can visit r/Argentina Programa to access the ongoing course for free.
- An alternative version of this project with expanded features can be found here.