Add badges from somewhere like: shields.io
A brief description of what this project does and who it's for
Insert gif or link to demo
Client: React, Redux, TailwindCSS
Server: Node, Express
- Light/dark mode toggle
- Live previews
- Fullscreen mode
- Cross platform
Clone the project
git clone https://link-to-projectGo to the project directory
cd my-projectInstall dependencies
npm installStart the server
npm run startInstall my-project with npm
npm install my-project
cd my-projectimport Component from 'my-project'
function App() {
return <Component />
}To deploy this project run
npm run deployContributions are always welcome!
See contributing.md for ways to get started.
Please adhere to this project's code of conduct.
For support, email [email protected] or join our Slack channel.
What did you learn while building this project? What challenges did you face and how did you overcome them?
If you have any feedback, please reach out to us at [email protected]
Answer 1
Answer 2
