A web application which allows article creation and displays them as cards on a page for easy access.
- React.js
- Fetch API
- Express.js
- Server Side
- Currently undisplayed on GitHub.
- Get and Post methods which either writes or gets articles.
- Stores articles in a local repository (Json).
- Frontend
- Comprises multiple pages: Home, Articles, Create an Article
- Allows user to create an article.
- Articles page shows cards which display the corresponding article's title, content, date, and a quote.
- Home page should display photos and a short intro to the application, with a carousel of sample cards at the bottom.
Introduces the application to the user.
Lists the articles in a card grid. Clicking on an article card will direct to its article page.
User could create an article with a title, content, date, and a quote to display in the 'Articles' page.
Frontend
- React.js
- CSS
- React Router
Backend
- Express.js
- Json file database (holds the articles)