Skip to content

alesanderlg/comments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comments

Project for DevPleno React course. The goal is to implement a project from scratch which contains a list of comments from the user using React.

DevPleno React course

Remember that a good React design practice is to create new JS files for each component.

Getting Started

To get started developing right away:

  • install all project dependencies with npm install or yarn install
  • start the development server with npm start or yarn start

What You're Getting

├── README.md - This file.
├── package.json # npm package manager file. It's unlikely that you'll need to modify this.
├── public
│   ├── favicon.ico # React Icon, You may change if you wish.
│   └── index.html # DO NOT MODIFY
└── src
    ├── App.css # Styles for your app. Feel free to customize this as you desire.
    ├── App.js # This is the root of your app. Contains static HTML right now.
    │   ├── NewComment # This component add new comments.
    │   ├── Comments # This component contains a list of comments 
    │   │   ├── Comment # This component contains a comment did by user
    ├── App.test.js # Used for testing. Provided with Create React App. Testing is encouraged, but not required.
    ├── index.css # Global styles. You probably won't need to change anything here.
    └── index.js # You should not need to modify this file. It is used for DOM rendering only.

Prerequisites

Installing

Running the tests

Break down into end to end tests

And coding style tests

Deployment

Built With

Contributing

Versioning

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

Project for React Dev course. The goal is to implement a project from scratch which contains a list of comments from the user using React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors