Skip to content

Umutplvn/Meal_Recipe-APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clarusway

Rating Info

Description

Project aims to create a Rating App.

Problem Statement

  • We are adding a new project to our portfolios. So you and your colleagues have started to work on the project.

Project Skeleton

Rating App Info (folder)
        # Given to the students (Definition of the project)
SOLUTION
├── package.json
├── public
│   └── index.html
├── README.md
├── src
│   ├── App.css
│   ├── App.js
│   ├── components
│   │   ├── FilmInfo.jsx
│   │   └── FilmYear.jsx
│   ├── helper
│   │   └── data.js
│   ├── index.js
│   └── pages
│       └── Main.jsx
└── yarn.lock

Objective

Build a Rating App using ReactJS.

At the end of the project, following topics are to be covered;

  • HTML

  • CSS

  • JS

  • ReactJS

At the end of the project, students will be able to;

  • improve coding skills within HTML & CSS & JS & ReactJS.

  • use git commands (push, pull, commit, add etc.) and Github as Version Control System.

Steps to Solution

  • Step 1: Create React App using npx create-react-app rating-app.

  • Step 2: Build Rating App.

  • Step 3: Push your application into your own public repo on Github

  • Step 4: Add project gif to your project and README.md file.

Notes

  • You can use react-simple-star-rating package for star rating or different package or custom styling.

☺ Happy Coding ✍